'Declaration Public Overloads Function GetCellValue( _ ByVal cellType As GridCellType, _ ByVal range As GridCellRange _ ) As Object
public object GetCellValue( GridCellType cellType, GridCellRange range )
Parameters
- cellType
- The type of cell.
- range
- The range of the cell.