GridHeaderItem.DescendantSpan Property
Gets or sets the maximum number of header levels for all descendant leaves.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property DescendantSpan As Integer
Get
Set
'Usage
Dim instance As GridHeaderItem
Dim value As Integer
value = instance.DescendantSpan
instance.DescendantSpan = value
public int DescendantSpan { get; set; }
Property Value
Type: System.Int32
The maximum number of header levels for all descendant leaves.