Back to Devexpress

TableCollection.Add Method

officefileapi-devexpress-dot-spreadsheet-dot-tablecollection-dot-add.md

latest2.1 KB
Original Source

TableCollection.Add Method

NameParametersDescription
Add(CellRange, Boolean)range, hasHeadersCreates a table including the specified range of cells and adds it to the collection.
Add(CellRange, String, Boolean)range, name, hasHeadersCreates a table including the specified range of cells and adds it to the collection.
Add(Object, CellRange, ExternalDataSourceOptions)dataSource, range, optionsCreates a table from the specified range, adds it to the collection and binds it to the data source.
Add(Object, CellRange)dataSource, rangeCreates a table from the specified range, adds it to the collection and binds it to the data source.
Add(Object, Int32, Int32, ExternalDataSourceOptions)dataSource, rowIndex, columnIndex, optionsCreates a table starting from the specified row and column, adds it to the collection and binds it to the data source using the specified options.
Add(Object, Int32, Int32)dataSource, rowIndex, columnIndexCreates a table starting from the specified row and column, adds it to the collection and binds it to the data source.