MainWeb.DefaultGridLineColor
MainWeb.DefaultGridLineColor property
Gets or sets the default grid line’s color.
public Color DefaultGridLineColor { get; set; }
Examples
[C#]
	GridWeb1.DefaultGridLineColor = Color.Red;
[Visual Basic]
	GridWeb1.DefaultGridLineColor = Color.Red
See Also
- class MainWeb
 - namespace Aspose.Cells.GridWeb
 - assembly Aspose.Cells.GridWeb