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


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

    Parameters

    sheetView
    row
    values
    See Also