Represents a data table for a range of cells.
Inheritance
object
Properties
Section titled "Properties"CellsInTable
Section titled "CellsInTable"Gets or sets the region of cells in the data table.
public WorksheetRegion CellsInTable { get; set; } ColumnInputCell
Section titled "ColumnInputCell"Gets or sets the cell used as the column-input cell in the data table.
public WorksheetCell ColumnInputCell { get; set; } RowInputCell
Section titled "RowInputCell"Gets or sets the cell used as the row-input cell in the data table.
public WorksheetCell RowInputCell { get; set; } Worksheet
Section titled "Worksheet"Gets the worksheet on which this data table resides.
public Worksheet Worksheet { get; }