InsertTable Method (ISketchManager)
Inserts a Table.
.NET Syntax
COM native C++ | |
---|
HRESULT InsertTable(
double Left,
,
double Top,
,
long Rows,
,
long Columns,
,
double RowHeight,
,
double ColumnWidth,
,
dsTableCellType_e FirstRowStyle,
dsTableCellType_e SecondRowStyle,
dsTableCellType_e OtherRowStyle
ITable** Table
) |
C++ | |
---|
DSRESULT InsertTable(
DOUBLE Left,
,
DOUBLE Top,
,
LONG Rows,
,
LONG Columns,
,
DOUBLE RowHeight,
,
DOUBLE ColumnWidth,
,
dsTableCellType_e FirstRowStyle,
dsTableCellType_e SecondRowStyle,
dsTableCellType_e OtherRowStyle
dsTable** Table
) |
Parameters
- Left
- x coordinate of the upper-left corner point of the Table
- Top
- y coordinate of the upper-left corner point of the Table
- Rows
- Number of rows in the Table
- Columns
- Number of columns in the Table
- RowHeight
- Height of the rows in the Table
- ColumnWidth
- Width of the columns in the Table
- FirstRowStyle
- Style for first row as defined in dsTableCellType_e
- SecondRowStyle
- Style for second row as defined in dsTableCellType_e
- OtherRowStyle
- Style for all other rows as defined in dsTableCellType_e
Parameters
- Table[out] or Return Value
- Table
Example
See Also
Availability
DraftSight V1R3.0