Inserts a row of the specified height at the specified index in the Table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertRow( _
long Index As System.Integer, _
double Height As System.Double _
) As System.Boolean |
C# | |
---|
System.bool InsertRow(
System.int Index,
System.double Height
) |
JavaScript | |
---|
InsertRow(
Index : Number,
Height : Number
) : 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
Remarks
See Also
Availability
DraftSight V1R4.0