Skip to main content

TdxCustomSpreadSheet.OptionsView Property

Specifies the global appearance and functionality settings applied to the Spreadsheet or Report Designer control.

Declaration

property OptionsView: TdxSpreadSheetOptionsView read; write;

Property Value

Type
TdxSpreadSheetOptionsView

Remarks

Use this property to customize the appearance and functionality settings that affect all sheets within a workbook. Refer to the TdxSpreadSheetOptionsView class description to learn more about these settings.

To change the apperance settings for individual worksheets, use the Table View worksheet’s Options property.

Note

To postpone immediate control repainting in response to layout/appearance changes, enclose the code that performs these modifications within BeginUpdate/EndUpdate procedure blocks.

See Also