TdxSpreadSheetTableViewOptions.ActualGridLines Property
In This Article
Returns a value indicating whether the gridlines are actually displayed within the Table View worksheet.
#Declaration
Delphi
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