SetCellType Method (ITable) Send Feedback
See Also 
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
Sets the type for the specified table cell, row, or column.

Syntax

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
)
JavaScript 
SetCellType( 
   Row : Number,
   Column : Number,
   CellType : String
)
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
 

See Also

Availability

DraftSight V1R5.0