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


In This Topic
    HasFormula Property
    In This Topic
    Gets a value indicating whether all cells in the range contain formulas.
    Syntax
    'Declaration
     
    
    ReadOnly Property HasFormula As Nullable(Of Boolean)
    'Usage
     
    
    Dim instance As IRange
    Dim value As Nullable(Of Boolean)
     
    value = instance.HasFormula
    Nullable<bool> HasFormula {get;}

    Property Value

    true if all cells in the range contain formulas; false if none of the cells in the range contains a formula; otherwise, null.
    See Also