Spread Windows Forms 12.0 Product Documentation
CanEditFormula Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > IFormatter2 Interface : CanEditFormula Property
Gets a value that indicates whether the cell type can edit the formula.
Syntax
'Declaration
 
ReadOnly Property CanEditFormula As Boolean
'Usage
 
Dim instance As IFormatter2
Dim value As Boolean
 
value = instance.CanEditFormula
bool CanEditFormula {get;}

Property Value

true if the cell type can edit the formula; otherwise, false.
See Also

Reference

IFormatter2 Interface
IFormatter2 Members