Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / NormalStyle Property


In This Topic
NormalStyle Property
In This Topic
Gets the normal style format.
Syntax
'Declaration
 
Public ReadOnly Property NormalStyle As StyleFormat
 
'Usage
 
Dim instance As Styles
Dim value As StyleFormat
 
value = instance.NormalStyle

Property Value

The normal style format.
See Also