In This Topic
Gets or sets extra data for the application for this component.
Syntax
'Declaration
Public Shadows Property Tag As Object
'Usage
Dim instance As FpSpread
Dim value As Object
instance.Tag = value
value = instance.Tag
public new object Tag {get; set;}
See Also