Back to Devexpress

Worksheet.Tag Property

officefileapi-devexpress-dot-spreadsheet-dot-worksheet-97bc7442.md

latest1.3 KB
Original Source

Worksheet.Tag Property

Gets or sets the data associated with a Worksheet object.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
object Tag { get; set; }
vb
Property Tag As Object

Property Value

TypeDescription
Object

A Object that contains arbitrary data for a worksheet. The default is null.

|

Remarks

Use the Tag property to store data closely associated with a worksheet. Any type derived from the Object class can be assigned to this property.

See Also

Worksheet Interface

Worksheet Members

DevExpress.Spreadsheet Namespace