Skip to main content

TdxSpreadSheetTableViewOptions.ActualGridLines Property

Returns a value indicating whether the gridlines are actually displayed within the Table View worksheet.

Declaration

property ActualGridLines: Boolean read;

Property Value

Type
Boolean

Remarks

This property returns the effective GridLines value, which depends on values of both the Table View worksheet’s Options.GridLines and Spreadsheet Control‘s OptionsView.GridLines properties.

See Also