Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / Item<T> Class / Value Property


In This Topic
    Value Property (Item<T>)
    In This Topic
    Gets or sets the content value of Item.
    Syntax
    'Declaration
     
    Public Property Value As T
    'Usage
     
    Dim instance As Item(Of T)
    Dim value As T
     
    instance.Value = value
     
    value = instance.Value
    public T Value {get; set;}

    Property Value

    The value of the content.
    Exceptions
    ExceptionDescription
    When value is %% or string.Empty or string contains invalid chars.
    When value is in out of the range of (0,9).
    See Also