No details are provided for this entry.
Declaration Syntax
public class SelectionWorksheet : Worksheet, ISelectionInfo
Table 328: Members
Property | RowCount |
No details are provided for this entry. |
Method | AddRow() |
Adds a Row to the worksheet. |
Method | DeleteRow(int) |
Deletes a row from the worksheet at index. |
Method | Generate() |
Generate the selection from the worksheet. |
Method | GetAction(int) |
Gets the worksheet Action property at index. |
Method | GetBodyTypeValue(int) |
Gets the worksheet Body Type Value property at index. |
Method | GetCoordinateSystemSelection(int) |
Gets the worksheet CoordinateSystemSelection property at index. |
Method | GetCriterion(int) |
Gets the worksheet Criterion property at index. |
Method | GetCriterionActive(int) |
Gets the worksheet CriterionActive property at index. |
Method | GetEdgeTypeValue(int) |
Gets the worksheet Edge Type Value property at index. |
Method | GetFaceTypeValue(int) |
Gets the worksheet Face Type Value property at index. |
Method | GetGeometryType(int) |
Gets the worksheet GeometryType property at index. |
Method | GetLowerBound(int) |
Gets the worksheet LowerBound property at index. |
Method | GetMeshElementTypeValue(int) |
Gets the worksheet Mesh Element Type Value property at index. |
Method | GetOperator(int) |
Gets the worksheet Operator property at index. |
Method | GetStringValue(int) |
Gets the worksheet StringValue property at index. |
Method | GetTag(uint) |
Gets the worksheet Tag property at index. |
Method | GetUpperBound(int) |
Gets the worksheet UpperBound property at index. |
Method | GetValue(int) |
Gets the worksheet Value property at index. |
Method | SetAction(int, NamedSelectionWorksheetAction) |
Sets the worksheet Action property at index. |
Method | SetBodyTypeValue(int, NamedSelectionWorksheetBodyTypeValues) |
Sets the worksheet Body Type Value property at index. |
Method | SetCoordinateSystemSelection(int, uint) |
Sets the worksheet CoordinateSystemSelection property at index. |
Method | SetCriterion(int, NamedSelectionWorksheetCriterion) |
Sets the worksheet Criterion property at index. |
Method | SetCriterionActive(int, bool) |
Sets the worksheet CriterionActive property at index. |
Method | SetEdgeTypeValue(int, NamedSelectionWorksheetEdgeTypeValues) |
Sets the worksheet Edge Type Value property at index. |
Method | SetEntityType(int, NamedSelectionWorksheetEntityType) |
Sets the worksheet GeometryType property at index. |
Method | SetFaceTypeValue(int, NamedSelectionWorksheetFaceTypeValues) |
Sets the worksheet Face Type Value property at index. |
Method | SetLowerBound(int, double) |
Sets the worksheet LowerBound property at index. |
Method | SetMeshElementTypeValue(int, MeshElementShape) |
Sets the worksheet Mesh Element Type Value property at index. |
Method | SetOperator(int, NamedSelectionWorksheetOperator) |
Sets the worksheet Operator property at index. |
Method | SetStringValue(int, string) |
Sets the worksheet StringValue property at index. |
Method | SetTag(uint, string) |
Sets the worksheet Tag property at index. |
Method | SetUpperBound(int, double) |
Sets the worksheet UpperBound property at index. |
Method | SetValue(int, double) |
Sets the worksheet Value property at index. |