Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / HeaderHitTestInformation Class / ResizingRow Property


In This Topic
    ResizingRow Property
    In This Topic
    Gets the row being resized, if the InRowResize property 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