Share via


GridCell.PathHash Property

Gets or sets the path hash for this cell.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property PathHash As String
    Get
    Set
'Usage
Dim instance As GridCell
Dim value As String

value = instance.PathHash

instance.PathHash = value
public string PathHash { get; set; }

Property Value

Type: System.String
The path hash for this cell.

Remarks

This property cannot be serialized. You can regenerate it from the row and column headers by using the GridHeaderUtils.GetPathHash(GridHeaderItem, GridHeaderItem) method.

See Also

Reference

GridCell Class

GridCell Members

Microsoft.PerformancePoint.Scorecards Namespace