Spread Windows Forms 12.0 Product Documentation
DefaultGridlineColor Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheetView Interface : DefaultGridlineColor Property
Gets or sets a value indicating whether the consuming application should use the default grid lines color (system dependent). Overrides any color specified in colorId.
Syntax
'Declaration
 
Property DefaultGridlineColor As Boolean
'Usage
 
Dim instance As IWorksheetView
Dim value As Boolean
 
instance.DefaultGridlineColor = value
 
value = instance.DefaultGridlineColor
bool DefaultGridlineColor {get; set;}

Property Value

true if the consuming application should use the default grid lines color; otherwise, false.
See Also

Reference

IWorksheetView Interface
IWorksheetView Members