'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