Spread WinForms 15
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
See Also