Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubItem Class / Value Property


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

    Property Value

    The System.Object value indicates the value.
    The default is a null reference (Nothing in Visual Basic).
    See Also