[]
Gets or sets the custom tag associated with the worksheet.
Use this property to retrieve application-defined metadata stored with the worksheet. To assign a tag, use Tag.
object Tag { get; set; }
Property Tag As Object
worksheet.Tag = "Quarterly summary";
object tag = worksheet.Tag;
string text = (String) tag;