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


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