GridHeaderItem.CellFormatInfo Property

Gets or sets the format for the cells for this header.

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

Syntax

'Declaration
Public Property CellFormatInfo As GridFormatInfo
    Get
    Set
'Usage
Dim instance As GridHeaderItem
Dim value As GridFormatInfo

value = instance.CellFormatInfo

instance.CellFormatInfo = value
public GridFormatInfo CellFormatInfo { get; set; }

Property Value

Type: Microsoft.PerformancePoint.Scorecards.GridFormatInfo
The format for the cells for this header.

Remarks

CellFormatInfo overrides the format information that is defined by the HeaderFormatInfo property.

See Also

Reference

GridHeaderItem Class

GridHeaderItem Members

Microsoft.PerformancePoint.Scorecards Namespace