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