Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFormulaEditingSupport2 Interface / CanSupportFormulaEditing Property


In This Topic
    CanSupportFormulaEditing Property
    In This Topic
    Gets a value that indicates whether the cell type can support formula editing state.
    Syntax
    'Declaration
     
    
    ReadOnly Property CanSupportFormulaEditing As Boolean
    'Usage
     
    
    Dim instance As IFormulaEditingSupport2
    Dim value As Boolean
     
    value = instance.CanSupportFormulaEditing
    bool CanSupportFormulaEditing {get;}
    See Also