Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IDataSourceSupport1 Interface / IgnorePositionChange Property


In This Topic
    IgnorePositionChange Property
    In This Topic
    Gets whether the position changed event is ignored.
    Syntax
    'Declaration
     
    
    ReadOnly Property IgnorePositionChange As Boolean
    'Usage
     
    
    Dim instance As IDataSourceSupport1
    Dim value As Boolean
     
    value = instance.IgnorePositionChange
    bool IgnorePositionChange {get;}
    See Also