Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / NumberCellData Class / Value Property


In This Topic
    Value Property (NumberCellData)
    In This Topic
    Gets the cell value.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As Double
    'Usage
     
    
    Dim instance As NumberCellData
    Dim value As Double
     
    value = instance.Value
    public double Value {get;}
    See Also