Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / CanSelectFormula Property


In This Topic
    CanSelectFormula Property
    In This Topic
    Gets a value that indicates whether the user is editing a formula.
    Syntax
    'Declaration
     
    Public ReadOnly Property CanSelectFormula As Boolean
    'Usage
     
    Dim instance As SheetView
    Dim value As Boolean
     
    value = instance.CanSelectFormula
    public bool CanSelectFormula {get;}
    See Also