Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

Cell.Tag Property

Gets or sets custom data associated with the current cell.

Namespace: DevExpress.Spreadsheet

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

Declaration

object Tag { get; set; }

Property Value

Type Description
Object

A System.Object that contains information closely associated with the cell.

Remarks

The Tag property is used to attach a temporary object to a worksheet cell. You can assign any type derived from the System.Object class to this property. The property value is cached depending on a cell reference, and the cache is automatically re-calculated if a cell is moved, copied, or removed.

Take into account the following restrictions when you use the Tag property:

See Also