Share via


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.String

    The display text to use for an empty cell.

Return value

Type: Microsoft.PerformancePoint.Scorecards.GridDisplayElement
An element that represents an empty cell.

See also

Reference

GridDisplayElement class

GridDisplayElement members

Microsoft.PerformancePoint.Scorecards namespace