Skip to main content

TdxSpreadSheetTableViewOptions Class

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

Declaration

TdxSpreadSheetTableViewOptions = class(
    TdxSpreadSheetCustomViewOptions
)

Remarks

This class extends its ancestor with members that allow you to:

Note that the default cell dimensions are scaled automatically in DPI-aware applications in response to monitor DPI changes.

A Table View worksheet’s Options property references a TdxSpreadSheetTableViewOptions object.

See Also