Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / FormattedCellValue Class / BasicValue Property


In This Topic
    BasicValue Property (FormattedCellValue)
    In This Topic
    Gets the original value of this cell value.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BasicValue As IReadonlyPrimitiveValue
    'Usage
     
    
    Dim instance As FormattedCellValue
    Dim value As IReadonlyPrimitiveValue
     
    value = instance.BasicValue
    public IReadonlyPrimitiveValue BasicValue {get;}
    See Also