GridDisplayElement.CreateEmptyElement Method
Creates an element that represents an empty cell.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Function CreateEmptyElement ( _
empty As String _
) As GridDisplayElement
'Usage
Dim empty As String
Dim returnValue As GridDisplayElement
returnValue = GridDisplayElement.CreateEmptyElement(empty)
public static GridDisplayElement CreateEmptyElement(
string empty
)
Parameters
empty
Type: System.StringThe display text to use for an empty cell.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.GridDisplayElement
An element that represents an empty cell.