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
) |
JavaScript | |
---|
InsertColumn(
Index : Number,
Width : Number
) : 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
Remarks
See Also
Availability
DraftSight V1R4.0