Visual Basic | |
---|---|
Function InsertColumn( _ ByVal Index As System.Integer, _ ByVal Width As System.Double _ ) As System.Boolean |
Parameters
- Index
- Index where to insert the column
- Width
- Width of the column
- Retval[out] or Return Value
- True if the column is inserted in the Table, false if not
Before calling this method, call ITable::TotalColumnCount to determine a valid value for Index.
ITable Interface
ITable Members
ITable::DeleteColumn Method ()
ITable::DeleteRow Method ()
ITable::InsertRow Method ()
ITable Members
ITable::DeleteColumn Method ()
ITable::DeleteRow Method ()
ITable::InsertRow Method ()
DraftSight V1R4.0