| Visual Basic | |
|---|---|
Sub SetCellType( _ ByVal Row As System.Integer, _ ByVal Column As System.Integer, _ ByVal CellType As dsTableCellType_e _ ) | |
| C# | |
|---|---|
void SetCellType( System.int Row, System.int Column, dsTableCellType_e CellType ) | |
| COM native C++ | |
|---|---|
HRESULT SetCellType( LONG Row, LONG Column, dsTableCellType_e CellType ) | |
| C++ | |
|---|---|
DSRESULT SetCellType( 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
- Type of table cell as defined in dsTableCellType_e
DraftSight V1R5.0
Syntax