public virtual void SetCellValue( GridCellType cellType, GridCellRange range, object value )
'Declaration Public Overridable Sub SetCellValue( _ ByVal cellType As GridCellType, _ ByVal range As GridCellRange, _ ByVal value As Object _ )
'Declaration
Public Overridable Sub SetCellValue( _ ByVal cellType As GridCellType, _ ByVal range As GridCellRange, _ ByVal value As Object _ )
'Usage Dim instance As GridCellFactoryBase Dim cellType As GridCellType Dim range As GridCellRange Dim value As Object instance.SetCellValue(cellType, range, value)
'Usage
Dim instance As GridCellFactoryBase Dim cellType As GridCellType Dim range As GridCellRange Dim value As Object instance.SetCellValue(cellType, range, value)
GridCellFactoryBase Class GridCellFactoryBase Members