Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / GetStyleFormat Method


In This Topic
    GetStyleFormat Method (Styles)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetStyleFormat( _
       ByVal worksheet As Worksheet, _
       ByVal style As IStyle _
    ) As StyleFormat
    'Usage
     
    
    Dim worksheet As Worksheet
    Dim style As IStyle
    Dim value As StyleFormat
     
    value = Styles.GetStyleFormat(worksheet, style)
    public static StyleFormat GetStyleFormat( 
       Worksheet worksheet,
       IStyle style
    )

    Parameters

    worksheet
    style
    See Also