Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / ApplyStyleFormat Method
A StyleFormat value represents the cell style format.


In This Topic
    ApplyStyleFormat Method
    In This Topic
    Applies the style format to the range.
    Syntax
    'Declaration
     
    
    Sub ApplyStyleFormat( _
       ByRef styleFormat As StyleFormat _
    ) 
    'Usage
     
    
    Dim instance As IRange
    Dim styleFormat As StyleFormat
     
    instance.ApplyStyleFormat(styleFormat)
    void ApplyStyleFormat( 
       ref StyleFormat styleFormat
    )

    Parameters

    styleFormat
    A StyleFormat value represents the cell style format.
    See Also