'Declaration
Public Overrides Function GetCellText( _ ByVal cellType As GridCellType, _ ByVal range As GridCellRange _ ) As String
'Usage
Dim instance As GridCellFactory Dim cellType As GridCellType Dim range As GridCellRange Dim value As String value = instance.GetCellText(cellType, range)
public override string GetCellText( GridCellType cellType, GridCellRange range )
Parameters
- cellType
- Type of the cell.
- range
- The range.