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


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