Skip to main content

TdxSpreadSheetTableView.Options Property

Specifies the Table View worksheet’s appearance and functionality settings.

Declaration

property Options: TdxSpreadSheetTableViewOptions read; write;

Property Value

Type
TdxSpreadSheetTableViewOptions

Remarks

The worksheet-level settings provided by this property, have higher priority than the similar global appearance and functionality settings provided by the Spreadsheet control‘s OptionsView property. Refer to the TdxSpreadSheetTableViewOptions class description for information on particular settings.

Note

To increase the performance of a spreadsheet-based application, you can enclose the code that modifies the Table View worksheet’s appearance within BeginUpdate/EndUpdate method blocks.

See Also