Back to Devexpress

TableCollection.Create Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablecollection-dot-create.md

latest1.1 KB
Original Source

TableCollection.Create Method

NameParametersDescription
Create(DocumentPosition, Int32, Int32, AutoFitBehaviorType, Int32)pos, rowCount, columnCount, autoFitBehavior, fixedColumnWidthsInserts a blank table with the specified number of rows and columns at the specified position.
Create(DocumentPosition, Int32, Int32, AutoFitBehaviorType)pos, rowCount, columnCount, autoFitBehaviorInserts a blank table with the specified number of rows and columns at the specified position.
Create(DocumentPosition, Int32, Int32)pos, rowCount, columnCountInserts a blank table with the specified number of rows and columns at the specified position.