Spread Windows Forms 12.0 Product Documentation
GetCellValue Method (ISpreadDataViewDataFormatter)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Data Namespace > ISpreadDataViewDataFormatter Interface : GetCellValue Method
Cell
Gets the cell value from the data model.
Syntax
'Declaration
 
Function GetCellValue( _
   ByVal cell As Cell _
) As Object
'Usage
 
Dim instance As ISpreadDataViewDataFormatter
Dim cell As Cell
Dim value As Object
 
value = instance.GetCellValue(cell)
object GetCellValue( 
   Cell cell
)

Parameters

cell
Cell
See Also

Reference

ISpreadDataViewDataFormatter Interface
ISpreadDataViewDataFormatter Members