GrapeCity.Xaml.SpreadSheet.UI
GridLineColor Property (GcSpreadSheet)
Example 


Gets or sets the gridline color.
Syntax
'Declaration
 
<CategoryAttribute()>
Public Property GridLineColor As Color
'Usage
 
Dim instance As GcSpreadSheet
Dim value As Color
 
instance.GridLineColor = value
 
value = instance.GridLineColor
[Category()]
public Color GridLineColor {get; set;}
Example
This example sets the GridLineColor property.
gcSpreadSheet1.ActiveSheetIndex = 0;
gcSpreadSheet1.CanUserEditFormula = true;
gcSpreadSheet1.GridLineColor = Windows.UI.Colors.DarkSeaGreen;
gcSpreadSheet1.Protect = false;
GcSpreadSheet1.ActiveSheetIndex = 0
GcSpreadSheet1.CanUserEditFormula = True
GcSpreadSheet1.GridLineColor = Windows.UI.Colors.DarkSeaGreen
GcSpreadSheet1.Protect = False
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options