DataCellIsMissingData Property |
Gets a value indicating whether the cell represents missing data.
Namespace: Dundas.BI.Data.DataRetrievalAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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
Boolean
See Also