Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISpreadsheet Interface / SetStyleFormat Method
An integer value indicates the index of start row
An integer value indicates the index of start column
An integer value indicates the index of end row
An integer value indicates the index of end column
The to set to the range


In This Topic
    SetStyleFormat Method (ISpreadsheet)
    In This Topic
    Sets the for a range
    Syntax
    'Declaration
     
    
    Sub SetStyleFormat( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal row2 As Integer, _
       ByVal column2 As Integer, _
       ByVal styleFormat As StyleFormat _
    ) 
    'Usage
     
    
    Dim instance As ISpreadsheet
    Dim row As Integer
    Dim column As Integer
    Dim row2 As Integer
    Dim column2 As Integer
    Dim styleFormat As StyleFormat
     
    instance.SetStyleFormat(row, column, row2, column2, styleFormat)
    void SetStyleFormat( 
       int row,
       int column,
       int row2,
       int column2,
       StyleFormat styleFormat
    )

    Parameters

    row
    An integer value indicates the index of start row
    column
    An integer value indicates the index of start column
    row2
    An integer value indicates the index of end row
    column2
    An integer value indicates the index of end column
    styleFormat
    The to set to the range
    See Also