Method GetDraftTableCellElementItem
GetDraftTableCellElementItem(ElementId, int, int, int)
Gets the Element Item of a cell.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 17, 0, 0)]
ElementItemId GetDraftTableCellElementItem(ElementId inElementId, int inColumnIdx, int inRowIdx, int inSplitColumnIdx)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the entity to analyze. |
| int | inColumnIdx | Index of the column. |
| int | inRowIdx | Index of the row. |
| int | inSplitColumnIdx | Index of the split column. 0 if default. |
Returns
| Type | Description |
|---|---|
| ElementItemId | ElementItem of a cell. |
Remarks
This method is available since v7.17.