| Visual Basic | |
|---|---|
Function GetCellType( _ ByVal Row As System.Integer, _ ByVal Column As System.Integer _ ) As dsTableCellType_e | |
| C# | |
|---|---|
dsTableCellType_e GetCellType( System.int Row, System.int Column ) | |
| COM native C++ | |
|---|---|
HRESULT GetCellType( LONG Row, LONG Column, dsTableCellType_e* CellType ) | |
| C++ | |
|---|---|
DSRESULT GetCellType( long Row, long Column, dsTableCellType_e* CellType ) | |
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
DraftSight V1R5.0
Syntax