Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / HeaderHitTestInformation Class / ResizingColumn Property


In This Topic
ResizingColumn Property
In This Topic
Gets the column being resized, if InColumnResize is true.
Syntax
'Declaration
 
Public ReadOnly Property ResizingColumn As Integer
 
'Usage
 
Dim instance As HeaderHitTestInformation
Dim value As Integer
 
value = instance.ResizingColumn
See Also