Method GetDraftTableCellType
GetDraftTableCellType(ElementId, int, int)
Gets the draft table cell type at a specified column and row.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 14, 300, 140)]
CellType GetDraftTableCellType(ElementId inElementId, int inColumnIdx, int inRowIdx)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the entity to analyze. |
| int | inColumnIdx | Index of the column. |
| int | inRowIdx | Index of the row. |
Returns
| Type | Description |
|---|---|
| CellType | The cell type. |
Remarks
This method is available since v7.14.300.140.