Gets a value that indicates whether the cell type can edit the formula.
bool CanEditFormula {get;}
'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
.