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


Gets or sets whether to allow the user to enter formulas in a cell in the component.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property CanUserEditFormula As Boolean
'Usage
 
Dim instance As SheetView
Dim value As Boolean
 
instance.CanUserEditFormula = value
 
value = instance.CanUserEditFormula
[DefaultValue()]
public bool CanUserEditFormula {get; set;}
Example
This example uses the CanUserEditFormula property.
GcSpreadSheet1.View.CanUserDragDrop = true;
GcSpreadSheet1.View.CanUserDragFill = true;
GcSpreadSheet1.View.CanUserEditFormula = true;
GcSpreadSheet1.View.CanUserDragDrop = True
GcSpreadSheet1.View.CanUserDragFill = True
GcSpreadSheet1.View.CanUserEditFormula = True
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options