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