[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheet.Tag

Tag Property

Tag

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.

Declaration
object Tag { get; set; }
Property Tag As Object
Examples
worksheet.Tag = "Quarterly summary";
object tag = worksheet.Tag;
string text = (String) tag;