GetSheetTabRectangle Method (SpreadView)
Gets the rectangle of the tab associated with a sheet for the view.
'Declaration
Public Function GetSheetTabRectangle( _
ByVal 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