Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetSheetTabRectangle Method
Index of the sheet from which to retrieve a tab rectangle


In This Topic
    GetSheetTabRectangle Method (FpSpread)
    In This Topic
    Gets the rectangle of the tab associated with a sheet.
    Syntax
    'Declaration
     
    
    Public Function GetSheetTabRectangle( _
       ByVal sheetIndex As Integer _
    ) As Rectangle
    'Usage
     
    
    Dim instance As FpSpread
    Dim sheetIndex As Integer
    Dim value As Rectangle
     
    value = instance.GetSheetTabRectangle(sheetIndex)
    public Rectangle GetSheetTabRectangle( 
       int sheetIndex
    )

    Parameters

    sheetIndex
    Index of the sheet from which to retrieve a tab rectangle
    See Also