GridCell.IsCellEmpty Property

Gets a Boolean value that indicates whether the cell is empty.

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

Syntax

'Declaration
Public ReadOnly Property IsCellEmpty As Boolean
    Get
'Usage
Dim instance As GridCell
Dim value As Boolean

value = instance.IsCellEmpty
public bool IsCellEmpty { get; }

Property Value

Type: System.Boolean
true if the cell is empty (no text is displayed in the cell); otherwise, false.

See Also

Reference

GridCell Class

GridCell Members

Microsoft.PerformancePoint.Scorecards Namespace