Spread Windows Forms 12.0 Product Documentation
Tag Property (SubItemInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SubItemInfo Class : Tag Property
Gets or sets a value the user set.
Syntax
'Declaration
 
Public Property Tag As Object
'Usage
 
Dim instance As SubItemInfo
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag
public object Tag {get; set;}

Property Value

An System.Object object that represents the tag of the SubItemInfo object.
The default is System.String.Empty.
See Also

Reference

SubItemInfo Class
SubItemInfo Members