Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Value Property


In This Topic
    Value Property (IRange)
    In This Topic
    Gets or sets the cell value.
    Syntax
    'Declaration
     
    
    Property Value As Object
    'Usage
     
    
    Dim instance As IRange
    Dim value As Object
     
    instance.Value = value
     
    value = instance.Value
    object Value {get; set;}

    Property Value

    An object represents the cell value.
    See Also