[]
        
(Showing Draft Content)

C1.WinUI.Grid.FlexGrid.GetCellValue

GetCellValue Method

GetCellValue(GridCellRange)

Gets the raw value corresponding to the cell in the specified range.

Declaration
public object GetCellValue(GridCellRange range)
Public Function GetCellValue(range As GridCellRange) As Object
Parameters
Type Name Description
GridCellRange range

The range of the cell.

Returns
Type Description
object

GetCellValue(GridCellType, GridCellRange)

Gets the raw value corresponding to the cell in the specified range.

Declaration
public object GetCellValue(GridCellType cellType, GridCellRange range)
Public Function GetCellValue(cellType As GridCellType, range As GridCellRange) As Object
Parameters
Type Name Description
GridCellType cellType

The type of cell.

GridCellRange range

The range of the cell.

Returns
Type Description
object

GetCellValue(GridCellType, GridRow, GridColumn)

Gets the raw value corresponding to the cell in the specified row and column.

Declaration
public object GetCellValue(GridCellType cellType, GridRow row, GridColumn column)
Public Function GetCellValue(cellType As GridCellType, row As GridRow, column As GridColumn) As Object
Parameters
Type Name Description
GridCellType cellType

The type of cell.

GridRow row

The row.

GridColumn column

The column.

Returns
Type Description
object