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


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