Spread Windows Forms 12.0 Product Documentation
Value Property (SubItemInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SubItemInfo Class : Value Property
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

Reference

SubItemInfo Class
SubItemInfo Members