Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / GetStyleFormat Method
The IStyle to get.


In This Topic
    GetStyleFormat Method (Styles)
    In This Topic
    Gets style format of the specified IStyle object.
    Syntax
    'Declaration
     
    
    Public Function GetStyleFormat( _
       ByVal style As IStyle _
    ) As StyleFormat
    'Usage
     
    
    Dim instance As Styles
    Dim style As IStyle
    Dim value As StyleFormat
     
    value = instance.GetStyleFormat(style)
    public StyleFormat GetStyleFormat( 
       IStyle style
    )

    Parameters

    style
    The IStyle to get.

    Return Value

    The StyleFormat value represents style format of the IStyle.
    See Also