In This Topic
Gets or sets the object that contains data about the worksheet.
Syntax
'Declaration
Public Property Tag As Object
'Usage
Dim instance As Worksheet
Dim value As Object
instance.Tag = value
value = instance.Tag
public object Tag {get; set;}
Property Value
An
System.Object that contains data about the control. The default is
null
.
See Also