Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / GetNormalStyleRef Method


In This Topic
GetNormalStyleRef Method
In This Topic
Gets the normal style format.
Syntax
'Declaration
 
Public Function GetNormalStyleRef() As StyleFormat
 
'Usage
 
Dim instance As Styles
Dim value As StyleFormat
 
value = instance.GetNormalStyleRef()

Return Value

The normal style format.
See Also