Share via


CellsRowIndex Property [Visio 2003 SDK Documentation]

Returns the index of a row to which a cell belongs.

intRet = object**.CellsRowIndex(localeSpecificCellName)**

intRet     Optional Integer. The index of the row containing the cell named in localeSpecificCellName.

object     Required. An expression that returns a Shape object that contains the cell.

localeSpecificCellName     Required String. The name of a ShapeSheet cell.

Version added

2000

Remarks

The CellRowIndex property searches by local cell names first; if it doesn't find the name, it will search by universal cell name.

Beginning with Microsoft Visio 2000, you can use both local and universal names to refer to Visio shapes, masters, documents, pages, rows, add-ons, cells, hyperlinks, styles, fonts, master shortcuts, UI objects, and layers. When a user names a shape, for example, the user is specifying a local name. Beginning with Microsoft Office Visio 2003, the ShapeSheet spreadsheet displays only universal names in cell formulas and values. (In prior versions, universal names were not visible in the user interface.)

As a developer, you can use universal names in a program when you don't want to change a name each time a solution is localized. Use the CellsRowIndex property to get a cell's row index by using the cell's local name. Use the CellsRowIndexU property to get a cell's row index by using the cell's universal name.

Applies to | Shape object