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


In This Topic
    InRowResize Property
    In This Topic
    Gets whether the location refers to a row resize area.
    Syntax
    'Declaration
     
    Public ReadOnly Property InRowResize As Boolean
    'Usage
     
    Dim instance As HeaderHitTestInformation
    Dim value As Boolean
     
    value = instance.InRowResize
    public bool InRowResize {get;}
    See Also