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 (25.3.0.1000)
Syntaxpublic bool IsMissingData { get; }Public ReadOnly Property IsMissingData As Boolean
	Get
public:
property bool IsMissingData {
	bool get ();
}member IsMissingData : bool with get
Property Value
Type: 
Boolean
See Also