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


In This Topic
    CanUserEditFormula Property (SheetView)
    In This Topic
    Gets or sets whether to allow the user to enter formulas in a cell in the component.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Property CanUserEditFormula As Boolean
    'Usage
     
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.CanUserEditFormula = value
     
    value = instance.CanUserEditFormula
    [DefaultValue(true)]
    public bool CanUserEditFormula {get; set;}
    See Also