GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / RichValue<T> Class / Tag Property


In This Topic
Tag Property (RichValue<T>)
In This Topic
Gets or sets the object that contains data about RichValue<T> object.
Syntax
'Declaration
 
Public ReadOnly Property Tag As Object
 
'Usage
 
Dim instance As RichValue(Of T)
Dim value As Object
 
value = instance.Tag

Property Value

An System.Object that contains data about RichValue<T> object. The default is null.
See Also