Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TabStripHitTestInformation Class / Sheet Property


In This Topic
    Sheet Property (TabStripHitTestInformation)
    In This Topic
    Returns the sheet the given location refers to.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Sheet As Integer
    'Usage
     
    
    Dim instance As TabStripHitTestInformation
    Dim value As Integer
     
    value = instance.Sheet
    public int Sheet {get;}
    See Also