Search
IStyle.SecondaryDiagonalStyle Property
See Also
 






Gets or sets the style of the secondary diagonal.

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

 Syntax

C#  Copy Code

Nullable<DashStyle> SecondaryDiagonalStyle { get; set; }

Visual Basic  Copy Code

Property SecondaryDiagonalStyle As Nullable(Of DashStyle)

 Property Value

A member of the .NET DashStyle enumeration or null (Nothing in Visual Basic).

 See Also