Link Search Menu Expand Document

ViewOptionsGridLinesColorEnabled Property

Gets or sets a value indicating whether the gridlines of the window are drawn with the window default foreground color or with the color specified by the value of GridLineColor option.

Namespace:Bytescout.Spreadsheet.BaseClasses
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public bool GridLinesColorEnabled { get; set; }

Property Value

Type: Boolean
true to use window default foreground color; otherwise, false to use GridLineColor for this purpose instead.

Implements

IViewOptionsGridLinesColorEnabled
See Also

Reference