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


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