Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / GetSheetTabRectangle Method
Sheet index for which to retrieve a tab rectangle


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

Parameters

sheetIndex
Sheet index for which to retrieve a tab rectangle
See Also