Skip to main content
All docs
V19.2
.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.