Share via


GridViewDefinition.EmptyCell Property (Microsoft.PerformancePoint.Scorecards)

The string to display if the cell is empty.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Property EmptyCell As String
'Usage
Dim instance As GridViewDefinition
Dim value As String

value = instance.EmptyCell

instance.EmptyCell = value
[XmlAttributeAttribute] 
public string EmptyCell { get; set; }

See Also

Reference

GridViewDefinition Class
GridViewDefinition Members
Microsoft.PerformancePoint.Scorecards Namespace