Back to Devexpress

TdxCustomSpreadSheet.ActiveSheetAsTable Property

vcl-dxspreadsheetcore-dot-tdxcustomspreadsheet-88188671.md

latest3.9 KB
Original Source

TdxCustomSpreadSheet.ActiveSheetAsTable Property

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

Declaration

delphi
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

TdxCustomSpreadSheet.ActiveSheet

TdxCustomSpreadSheet.ActiveSheetIndex

TdxCustomSpreadSheet.Sheets

TdxCustomSpreadSheet Class

TdxCustomSpreadSheet Members

dxSpreadSheetCore Unit