Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfo Class / Tag Property


In This Topic
Tag Property (CellInfo)
In This Topic
Gets or sets the tag.
Syntax
'Declaration
 
Public Property Tag As Object
 
'Usage
 
Dim instance As CellInfo
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag
See Also