Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExportExcelCellInfo Interface / CellValue Property


In This Topic
CellValue Property (IExportExcelCellInfo)
In This Topic
Gets the value of cell.
Syntax
'Declaration
 
ReadOnly Property CellValue As Object
 
'Usage
 
Dim instance As IExportExcelCellInfo
Dim value As Object
 
value = instance.CellValue
See Also