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


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