GridCell.FormatInfo Property (Microsoft.PerformancePoint.Scorecards)
The format for the cell.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
<XmlElementAttribute> _
Public Property FormatInfo As GridFormatInfo
'Usage
Dim instance As GridCell
Dim value As GridFormatInfo
value = instance.FormatInfo
instance.FormatInfo = value
[XmlElementAttribute]
public GridFormatInfo FormatInfo { get; set; }
Remarks
This value is set at authoring time, and it represents the overriding format information for this cell.
See Also
Reference
GridCell Class
GridCell Members
Microsoft.PerformancePoint.Scorecards Namespace