API Reference
Class
VisioShapeSheetCell
One typed cell in a Visio ShapeSheet row.
Inheritance
- Object
- VisioShapeSheetCell
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 VisioShapeSheetRow.FindCell
- Method VisioShapeSheetRow.SetCell
- Property VisioShapeSheetRow.Cells
Constructors
public VisioShapeSheetCell(String name, String value = null, String formula = null, String unit = null) #Creates a ShapeSheet cell.
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
Properties
public String Name { get; } #Gets the ShapeSheet cell name.
public String Value { get; set; } #Gets or sets the cached cell value.
public String Formula { get; set; } #Gets or sets the native ShapeSheet formula.
public String Unit { get; set; } #Gets or sets the native unit token.
public String Error { get; } #Gets the producer error token, when present.