Method GetDraftTableSplitCellColumnCount
GetDraftTableSplitCellColumnCount(ElementId, int, int)
Gets the split cell column count.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 14, 300, 140)]
int GetDraftTableSplitCellColumnCount(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 |
|---|---|
| int | Count of cell of a split cell. |
Remarks
This method is available since v7.14.300.140.