Spread WPF 17
GrapeCity.Excel Namespace / IExcelCell Interface / Value Property


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

    Property Value

    The value.
    See Also