Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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