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


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