Main page / Useful info about ShapeSheet™ / Visio ShapeSheet reference / ShapeSheet™. List of functions by category
ShapeSheet. Category Shape Properties
|
Name |
Details |
DATA1 Version Added: Pre 2003 |
Returns the text from the Data 1 box in the Shape Name dialog box for a shape (on the Developer tab, click Shape Name), as a string. Syntax DATA1 () |
DATA2 Version Added: Pre 2003 |
Returns the text from the Data 2 box in the Shape Name dialog box for a shape (on the Developer tab, click Shape Name), as a string. Syntax DATA2 () |
DATA3 Version Added: Pre 2003 |
Returns the text from the Data 3 box in the Shape Name dialog box for a shape (on the Developer tab, click Shape Name), as a string. Syntax DATA3 () |
HASCATEGORY Version Added: 2010 |
Returns TRUE if the specified string is found in the shape's category list. Syntax HASCATEGORY(category) |
ID Version Added: Pre 2003 |
Returns a shape's internal ID as a number. Syntax ID () |
IS1D Version Added: 2010 |
Returns TRUE if the shape is 1-D (one-dimensional); returns FALSE if the shape is 2-D (two-dimensional). Syntax IS1D() |
MASTERNAME Version Added: Pre 2003 |
Returns a sheet's master name as a string, or returns the string ""<no master>"" if the sheet doesn't have a master. Syntax MASTERNAME ([langID_opt]) |
NAME Version Added: Pre 2003 |
Returns a sheet's name as a string. Syntax NAME (langID_opt) |
SHEETREF Version Added: 2010 |
Returns a reference to the sheet (shape) that is specified in sheetref, or, if there is no sheetref qualifier, to the current sheet. Syntax
|
SHAPETEXT Version Added: Pre 2003 |
Gets the text from a shape. Syntax SHAPETEXT (shapename!TheText[,flag]) |
TEXTHEIGHT Version Added: Pre 2003 |
Returns the height of the composed text in a shape where no text line exceeds maximumwidth. Syntax TEXTHEIGHT(shapename!TheText[,maximumwidth]) |
TEXTWIDTH Version Added: Pre 2003 |
Returns the width of the composed text in a shape. Syntax TEXTWIDTH(shapename!TheText[,maximumwidth]) |