GrapeCity.Xaml.SpreadSheet.UI
CanUserEditFormula Property (GcSpreadSheet)
Example 


GrapeCity.Xaml.SpreadSheet.UI Namespace > GcSpreadSheet Class : CanUserEditFormula Property
Gets or sets whether to allow the user to enter formulas in a cell in the component.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute()>
Public Property CanUserEditFormula As Boolean
'Usage
 
Dim instance As GcSpreadSheet
Dim value As Boolean
 
instance.CanUserEditFormula = value
 
value = instance.CanUserEditFormula
[DefaultValue()]
[Category()]
public bool CanUserEditFormula {get; set;}
Example
This example sets the CanUserEditFormula property.
gcSpreadSheet1.ActiveSheetIndex = 0;
gcSpreadSheet1.CanUserEditFormula = true;
gcSpreadSheet1.GridLineColor = Windows.UI.Colors.DarkSeaGreen;
gcSpreadSheet1.Protect = false;
GcSpreadSheet1.ActiveSheetIndex = 0
GcSpreadSheet1.CanUserEditFormula = True
GcSpreadSheet1.GridLineColor = Windows.UI.Colors.DarkSeaGreen
GcSpreadSheet1.Protect = False
See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members