IntelliCAD 11.1 Object Library | |
AddTable Method | |
See Also |
- InsertionPoint
- NumRows
- NumColumns
- RowHeight
- ColWidth
Block Collection : AddTable Method |
Description
Adds a table entity.
Syntax
Visual Basic |
---|
Public Function AddTable( _ ByVal InsertionPoint As Point, _ ByVal NumRows As Long, _ ByVal NumColumns As Long, _ ByVal RowHeight As Double, _ ByVal ColWidth As Double _ ) As Table |
Parameters
- InsertionPoint
- NumRows
- NumColumns
- RowHeight
- ColWidth