API Reference
Class
VisioUserCell
Represents a row in a Visio ShapeSheet User section.
Inheritance
- Object
- VisioUserCell
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 VisioShape.FindUserCell
- Method VisioShape.SetUserCell
- Property VisioShape.UserCells
Constructors
public VisioUserCell(String name, String value = null) #Initializes a new user-defined cell row.
Parameters
- name System.String
- Row name.
- value System.String = null
- Value cell contents.
Inherited Methods
Properties
public String Unit { get; set; } #Optional unit for the Value cell.
public String Formula { get; set; } #Optional ShapeSheet formula for the Value cell.
public String Prompt { get; set; } #Optional prompt cell contents.
public String PromptFormula { get; set; } #Optional ShapeSheet formula for the Prompt cell.