[]
Gets the raw value corresponding to the cell in the specified range.
public object GetCellValue(GridCellRange range)
| Type | Name | Description |
|---|---|---|
| GridCellRange | range | The range of the cell. |
| Type | Description |
|---|---|
| object |
Gets the raw value corresponding to the cell in the specified range.
public object GetCellValue(GridCellType cellType, GridCellRange range)
| Type | Name | Description |
|---|---|---|
| GridCellType | cellType | The type of cell. |
| GridCellRange | range | The range of the cell. |
| Type | Description |
|---|---|
| object |
Gets the raw value corresponding to the cell in the specified row and column.
public object GetCellValue(GridCellType cellType, GridRow row, GridColumn column)
| Type | Name | Description |
|---|---|---|
| GridCellType | cellType | The type of cell. |
| GridRow | row | The row. |
| GridColumn | column | The column. |
| Type | Description |
|---|---|
| object |