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
) |
Parameters
- Index
- Index where to insert the row
- Height
- Height of the row
Parameters
- Retval[out] or Return Value
- True if the row is inserted in the Table, false if not
Remarks
See Also
Availability
DraftSight V1R4.0