API Reference
Class
VisioShapeSheetRow
One named or indexed row in a Visio ShapeSheet section.
Inheritance
- Object
- VisioShapeSheetRow
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method VisioShapeSheetSection.FindRow
- Method VisioShapeSheetSection.GetOrAddRow
- Property VisioShapeSheetSection.Rows
Constructors
Methods
public VisioShapeSheetCell FindCell(String name) #Returns:
VisioShapeSheetCellFinds a cell by native name.
Parameters
- name System.String
public VisioShapeSheetCell SetCell(String name, String value = null, String formula = null, String unit = null) #Returns:
VisioShapeSheetCellSets or creates a cell while retaining unmodeled row content.
Parameters
- name System.String
- value System.String = null
- formula System.String = null
- unit System.String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object