Spread Windows Forms 15.0
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
    object CellValue {get;}
    See Also