Spread WPF 17
GrapeCity.Excel Namespace / ExcelCell Class / Value Property


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

    Property Value

    The value.
    See Also