AddTable Method

Adds a table to a drawing.

See Also | Example

Signature

RetVal = object.AddTable(InsertionPoint, NumRows, NumColumns, RowHeight, ColWidth)

Object

ModelSpace Collection, PaperSpace Collection, Block
The object or objects this method applies to.

InsertionPoint

Location to insert the table

NumRows

Long; the number of rows in the table

NumColumns

Long; the number of columns in the table

RowHeight

Double; the height of the rows in the table

ColWidth

Double; the width of the columns in the table

RetVal

Table object
The newly created table object.

 

   Comments?