'Declaration
ReadOnly Property HasRichDataType As Nullable(Of Boolean)
'Usage
Dim instance As IRange Dim value As Nullable(Of Boolean) value = instance.HasRichDataType
Nullable<bool> HasRichDataType {get;}
true
if all cells in the range contain a Rich data type. false
if none of the cells in the range contains a Rich data type; otherwise, null.'Declaration
ReadOnly Property HasRichDataType As Nullable(Of Boolean)
'Usage
Dim instance As IRange Dim value As Nullable(Of Boolean) value = instance.HasRichDataType
Nullable<bool> HasRichDataType {get;}