Gets the type of the specified table cell, row, or column.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetCellType( _
long Row As System.Integer, _
long Column As System.Integer _
) As dsTableCellType_e |
JavaScript | |
---|
GetCellType(
Row : Number,
Column : Number
) : String |
Parameters
- Row
- Row in which the table cell is located or -1 for the entire row in which the table cell is located
- Column
- Column in which the table cell is located or -1 for the entire column in which the table cell is located
- CellType[out] or Return Value
- Type of table cell as defined in dsTableCellType_e
See Also
Availability
DraftSight V1R5.0