Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / HasRichDataType Property


In This Topic
    HasRichDataType Property
    In This Topic
    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.
    Syntax
    '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;}
    See Also