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


In This Topic
Tag Property (Cell)
In This Topic
Gets or sets an application-defined tag value for a cell.
Syntax
'Declaration
 
Public Property Tag As Object
 
'Usage
 
Dim instance As Cell
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag
See Also