'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)
public Rectangle GetSheetTabRectangle( int sheetIndex )
Parameters
- sheetIndex
- Sheet index for which to retrieve a tab rectangle
Return Value
Rectangle of the tab associated with the sheet