DataCellIsMissingData Property |
Gets a value indicating whether the cell represents missing data.
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public bool IsMissingData { get; }
Public ReadOnly Property IsMissingData As Boolean
Get
public:
property bool IsMissingData {
bool get ();
}
member IsMissingData : bool with get
Property Value
Type:
BooleanSee Also