FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Columns.DefaultColumn Class / Tag Property


In This Topic
Tag Property (Columns.DefaultColumn)
In This Topic
Gets or sets the application-defined tag value associated with the cells in this column.
Syntax
'Declaration
 
Public Property Tag As Object
 
'Usage
 
Dim instance As Columns.DefaultColumn
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag
See Also