Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / FormulaTextBox Class / DeclareChangeBlock Method


In This Topic
    DeclareChangeBlock Method (FormulaTextBox)
    In This Topic
    Syntax
    'Declaration
     
    Public Function DeclareChangeBlock() As IDisposable
    'Usage
     
    Dim instance As FormulaTextBox
    Dim value As IDisposable
     
    value = instance.DeclareChangeBlock()
    public IDisposable DeclareChangeBlock()
    See Also