Spread Windows Forms 17
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
    public int ResizingRow {get;}
    See Also