A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Powerpoint, Publisher and Visio » Visio
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

list of variables



 
 
Thread Tools Display Modes
  #1  
Old December 12th, 2008, 02:22 PM posted to microsoft.public.visio.general
wizer186
external usenet poster
 
Posts: 5
Default list of variables

I'm not actually sure what the name of what I'm looking for is, but I'm
looking for the list of all the different options...

shape.CellsU("LineWeight").FormulaForceU = "4 pt"

for what is shown above as "LineWeight"

Line style, width, height, etc.

Is there some place that lists off all the different options that are built
into visio? Also the way that you measure or choose options would be good
too. Like if I wanted a dotted line how I would represent that after the =

Thanks!
  #2  
Old December 12th, 2008, 03:08 PM posted to microsoft.public.visio.general
Paul Herber
external usenet poster
 
Posts: 1,732
Default list of variables

On Fri, 12 Dec 2008 06:22:05 -0800, wizer186
wrote:

I'm not actually sure what the name of what I'm looking for is, but I'm
looking for the list of all the different options...

shape.CellsU("LineWeight").FormulaForceU = "4 pt"

for what is shown above as "LineWeight"

Line style, width, height, etc.

Is there some place that lists off all the different options that are built
into visio? Also the way that you measure or choose options would be good
too. Like if I wanted a dotted line how I would represent that after the =


All this information is actually in the help file. The problem is that
you will never be able to find it unless you know what you are looking
for. The help files used to be distibuted as PDFs that you could sit
down and read or search very easily. Visio 2003 had several ways into
the help system, if you didn't use the correct way in then you would
never find the stuff you wanted. Visio 2007 help has just gone a step
further down that road.
Knowing that you want to know about cell names, I go to the Visio help
and type in "cell names". Loads of hits about all sorts of things
(number one is about creating a COM diagram!) but nothing appropriate
to what is required.
So, I go into the Visual Basic editor and enter "cell names" into the
help field, again, loads of hits but nothing appropriate.
Type CellU into the search box and it'll tell you all about the cell
names and indices that can be used, no link to what they actually are
though.
Type in the cell name that you know, lineweight, and you get a list of
the indices that you can use.
I can't find a list of the names though. I still use the Visio 2000
PDFs for finding stuff.
Have a look in the Visio SDK.


--

Regards, Paul Herber, Sandrila Ltd.
Electronics for Visio http://www.electronics.sandrila.co.uk/
  #3  
Old December 12th, 2008, 03:25 PM posted to microsoft.public.visio.general
AlEdlund[_2_]
external usenet poster
 
Posts: 76
Default list of variables

As well as Paul's suggestion, another place to check it out is over here
http://msdn.microsoft.com/en-us/libr...ffice.10).aspx
al
"Paul Herber" wrote in message
ell.net...
On Fri, 12 Dec 2008 06:22:05 -0800, wizer186
wrote:

I'm not actually sure what the name of what I'm looking for is, but I'm
looking for the list of all the different options...

shape.CellsU("LineWeight").FormulaForceU = "4 pt"

for what is shown above as "LineWeight"

Line style, width, height, etc.

Is there some place that lists off all the different options that are
built
into visio? Also the way that you measure or choose options would be good
too. Like if I wanted a dotted line how I would represent that after the
=


All this information is actually in the help file. The problem is that
you will never be able to find it unless you know what you are looking
for. The help files used to be distibuted as PDFs that you could sit
down and read or search very easily. Visio 2003 had several ways into
the help system, if you didn't use the correct way in then you would
never find the stuff you wanted. Visio 2007 help has just gone a step
further down that road.
Knowing that you want to know about cell names, I go to the Visio help
and type in "cell names". Loads of hits about all sorts of things
(number one is about creating a COM diagram!) but nothing appropriate
to what is required.
So, I go into the Visual Basic editor and enter "cell names" into the
help field, again, loads of hits but nothing appropriate.
Type CellU into the search box and it'll tell you all about the cell
names and indices that can be used, no link to what they actually are
though.
Type in the cell name that you know, lineweight, and you get a list of
the indices that you can use.
I can't find a list of the names though. I still use the Visio 2000
PDFs for finding stuff.
Have a look in the Visio SDK.


--

Regards, Paul Herber, Sandrila Ltd.
Electronics for Visio http://www.electronics.sandrila.co.uk/


  #4  
Old December 12th, 2008, 04:59 PM posted to microsoft.public.visio.general
WapperDude
external usenet poster
 
Posts: 589
Default list of variables

And finally, there's this reference:
http://msdn.microsoft.com/en-us/library/ms427031.aspx


"AlEdlund" wrote:

As well as Paul's suggestion, another place to check it out is over here
http://msdn.microsoft.com/en-us/libr...ffice.10).aspx
al
"Paul Herber" wrote in message
ell.net...
On Fri, 12 Dec 2008 06:22:05 -0800, wizer186
wrote:

I'm not actually sure what the name of what I'm looking for is, but I'm
looking for the list of all the different options...

shape.CellsU("LineWeight").FormulaForceU = "4 pt"

for what is shown above as "LineWeight"

Line style, width, height, etc.

Is there some place that lists off all the different options that are
built
into visio? Also the way that you measure or choose options would be good
too. Like if I wanted a dotted line how I would represent that after the
=


All this information is actually in the help file. The problem is that
you will never be able to find it unless you know what you are looking
for. The help files used to be distibuted as PDFs that you could sit
down and read or search very easily. Visio 2003 had several ways into
the help system, if you didn't use the correct way in then you would
never find the stuff you wanted. Visio 2007 help has just gone a step
further down that road.
Knowing that you want to know about cell names, I go to the Visio help
and type in "cell names". Loads of hits about all sorts of things
(number one is about creating a COM diagram!) but nothing appropriate
to what is required.
So, I go into the Visual Basic editor and enter "cell names" into the
help field, again, loads of hits but nothing appropriate.
Type CellU into the search box and it'll tell you all about the cell
names and indices that can be used, no link to what they actually are
though.
Type in the cell name that you know, lineweight, and you get a list of
the indices that you can use.
I can't find a list of the names though. I still use the Visio 2000
PDFs for finding stuff.
Have a look in the Visio SDK.


--

Regards, Paul Herber, Sandrila Ltd.
Electronics for Visio http://www.electronics.sandrila.co.uk/


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:39 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.