Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IFormatter2 Interface / CanEditFormula Property


In This Topic
CanEditFormula Property
In This Topic
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

Property Value

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