[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheet.FrozenLineColor

FrozenLineColor Property

FrozenLineColor

Gets or sets the color of the frozen line.

This property returns the color used to display the divider between frozen and unfrozen panes. If no frozen line color has been set, this property returns null.

Declaration
Color FrozenLineColor { get; set; }
Property FrozenLineColor As Color
Examples
worksheet.FreezePanes(2, 1);
worksheet.FrozenLineColor = Color.Red;
Color frozenLineColor = worksheet.FrozenLineColor;