Skip to main content
A newer version of this page is available. .

TableCollection.Create Method

Name Parameters Description
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.