Represents a data table for a range of cells.

Inheritance

Gets or sets the region of cells in the data table.

public WorksheetRegion CellsInTable { get; set; }

Gets or sets the cell used as the column-input cell in the data table.

public WorksheetCell ColumnInputCell { get; set; }

Gets or sets the cell used as the row-input cell in the data table.

public WorksheetCell RowInputCell { get; set; }

Gets the worksheet on which this data table resides.

public Worksheet Worksheet { get; }