Spread Windows Forms 15.0
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()
    public StyleFormat GetNormalStyleRef()

    Return Value

    The normal style format.
    See Also