Skip to main content

TdxCustomSpreadSheet.ActiveSheetAsTable Property

Provides access to the Table View worksheet displayed by a Spreadsheet or Report Designer.

Declaration

property ActiveSheetAsTable: TdxSpreadSheetTableView read;

Property Value

Type
TdxSpreadSheetTableView

Remarks

You can use the ActiveSheetAsTable property in order to perform various operations on the cell content and table structure, including but not limited to:

For detailed information on options provided by Table View worksheets, refer to the TdxSpreadSheetTableView class description.

See Also