Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IFormattedCellValue Interface / BasicValue Property


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