Cells.ImportGridView

Cells.ImportGridView method

Imports a grid view to this cells.

public int ImportGridView(GridView gridView, int firstRow, int firstColumn, 
    ImportTableOptions options)
ParameterTypeDescription
gridViewGridViewThe grid view object.
firstRowInt32The row number of the first cell to import in.
firstColumnInt32The column number of the first cell to import in.
optionsImportTableOptionsimport options.

Return Value

The row number.

See Also