GridCell.Tag Property
Gets or sets a general purpose tag for this cell.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property Tag As Object
Get
Set
'Usage
Dim instance As GridCell
Dim value As Object
value = instance.Tag
instance.Tag = value
public Object Tag { get; set; }
Property Value
Type: System.Object
A general purpose tag for this cell.
Remarks
This property is used internally, and it is not persisted.