Skip to main content
A newer version of this page is available.
All docs
V19.1
.NET Framework 4.5.2+

SubDocument.InsertTable Method

Name Parameters Description
InsertTable(DocumentPosition, Int32, Int32, AutoFitBehaviorType, Int32) pos, rowCount, columnCount, autoFitBehavior, fixedColumnWidths Obsolete. Inserts a blank table with the specified number of rows and columns at the specified position.
InsertTable(DocumentPosition, Int32, Int32, AutoFitBehaviorType) pos, rowCount, columnCount, autoFitBehavior Obsolete. Inserts a blank table with the specified number of rows and columns at the specified position.
InsertTable(DocumentPosition, Int32, Int32) pos, rowCount, columnCount Obsolete. Inserts a blank table with the specified number of rows and columns at the specified position.