Create(DocumentPosition, Int32, Int32, AutoFitBehaviorType, Int32)
|
pos, rowCount, columnCount, autoFitBehavior, fixedColumnWidths
|
Inserts a blank table with the specified number of rows and columns at the specified position.
|
Create(DocumentPosition, Int32, Int32, AutoFitBehaviorType)
|
pos, rowCount, columnCount, autoFitBehavior
|
Inserts a blank table with the specified number of rows and columns at the specified position.
|
Create(DocumentPosition, Int32, Int32)
|
pos, rowCount, columnCount
|
Inserts a blank table with the specified number of rows and columns at the specified position.
|