WebCells.ExportArray
WebCells.ExportArray method
Exports data in the Cells collection to a two-dimension array object.
public object[] ExportArray(int firstRow, int firstColumn, int totalRows, int totalColumns)
Parameter | Type | Description |
---|---|---|
firstRow | Int32 | The row number of the first cell to export out. |
firstColumn | Int32 | The column number of the first cell to export out. |
totalRows | Int32 | Number of rows to be exported |
totalColumns | Int32 | Number of columns to be exported |
Return Value
Exported cell value array object.
See Also
- class WebCells
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb