Inserts a column of the specified width at the specified index in the Table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertColumn( _
LONG Index As System.Integer, _
DOUBLE Width As System.Double _
) As System.Boolean |
C# | |
---|
System.bool InsertColumn(
System.int Index,
System.double Width
) |
Parameters
- Index
- Index where to insert the column
- Width
- Width of the column
Parameters
- Retval[out] or Return Value
- True if the column is inserted in the Table, false if not
Remarks
See Also
Availability
DraftSight V1R4.0