Name | Description |
---|---|
AddRow() | Adds a row to the worksheet. |
ClearGenerateMesh() | Clear Mesh |
DeleteAllRows() | Delete All Rows |
DeleteRow(Int32) | Deletes a row from the worksheet at index. |
GenerateAtRow(Int32) | Generate Mesh At Row |
GenerateMesh() | Geneate Mesh |
GetActiveState(Int32) | Gets the Active State property at row index |
GetNamedSelection(Int32) | Gets the NamedSelection at row index |
GetNamedSelectionId(Int32) | Gets the ID of the NamedSelection at row index |
SetActiveState(Int32, Boolean) | Sets the Active State property at row index |
SetNamedSelection(Int32, NamedSelection) | Sets the NamedSelection at row index |
SetNamedSelectionId(Int32, UInt32) | Sets the NamedSelection by ID at row index |
Name | Description |
---|---|
RowCount | Gets the number of rows contained in the worksheet. |