Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ViewportHitTestInformation Class / InReservedLocation Property


In This Topic
    InReservedLocation Property
    In This Topic
    Gets whether the location refers to a reserved location for a cell.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property InReservedLocation As Boolean
    'Usage
     
    
    Dim instance As ViewportHitTestInformation
    Dim value As Boolean
     
    value = instance.InReservedLocation
    public bool InReservedLocation {get;}
    See Also