'Declaration
<System.ComponentModel.BindableAttribute(True)> <SRCategoryAttribute("CatData")> <SRDescriptionAttribute("ControlTagDescr")> <System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.LocalizableAttribute(False)> <System.ComponentModel.TypeConverterAttribute(System.ComponentModel.StringConverter)> Public Property Tag As System.Object
'Usage
Dim instance As WorkbookView Dim value As System.Object instance.Tag = value value = instance.Tag
[System.ComponentModel.Bindable(true)] [SRCategory("CatData")] [SRDescription("ControlTagDescr")] [System.ComponentModel.DefaultValue("")] [System.ComponentModel.Localizable(false)] [System.ComponentModel.TypeConverter(System.ComponentModel.StringConverter)] public System.object Tag {get; set;}