Cells.ImportGridView
Cells.ImportGridView method
Imports a grid view to this cells.
public int ImportGridView(GridView gridView, int firstRow, int firstColumn,
ImportTableOptions options)
Parameter | Type | Description |
---|---|---|
gridView | GridView | The grid view object. |
firstRow | Int32 | The row number of the first cell to import in. |
firstColumn | Int32 | The column number of the first cell to import in. |
options | ImportTableOptions | import options. |
Return Value
The row number.
See Also
- class ImportTableOptions
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells