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


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

    Parameters

    sheetView
    values
    startIndex
    See Also