Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / PaintingContext Class / GetNormalStyleFormat Method


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

    Return Value

    A GrapeCity.Spreadsheet.StyleFormat value represents the normal style format.
    See Also