Back to Devexpress

IWorkbook.Tag Property

officefileapi-devexpress-dot-spreadsheet-dot-iworkbook-2901ddc2.md

latest1.3 KB
Original Source

IWorkbook.Tag Property

Gets or sets the data associated with an IWorkbook 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 workbook. The default is null.

|

Remarks

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

See Also

IWorkbook Interface

IWorkbook Members

DevExpress.Spreadsheet Namespace