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


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

    Property Value

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