Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IOptimizedExcel2 Interface / SetRowFormat Method


In This Topic
    SetRowFormat Method
    In This Topic
    Syntax
    'Declaration
     
    
    Sub SetRowFormat( _
       ByVal sheetView As Object, _
       ByVal row As Integer, _
       ByVal formats() As Object _
    ) 
    'Usage
     
    
    Dim instance As IOptimizedExcel2
    Dim sheetView As Object
    Dim row As Integer
    Dim formats() As Object
     
    instance.SetRowFormat(sheetView, row, formats)
    void SetRowFormat( 
       object sheetView,
       int row,
       object[] formats
    )

    Parameters

    sheetView
    row
    formats
    See Also