Search
IStyle.PrimaryDiagonalColor Property
See Also
 






Gets or sets the color of the primary diagonal.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

Nullable<Color> PrimaryDiagonalColor { get; set; }

Visual Basic  Copy Code

Property PrimaryDiagonalColor As Nullable(Of Color)

 Property Value

An instance of the .NET Color structure or null (Nothing in Visual Basic).

 See Also