Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SheetViewSynchronizer Class / SetSheetTabColor Method


In This Topic
SetSheetTabColor Method
In This Topic
Set SheetTab Color
Syntax
'Declaration
 
Public Shared Sub SetSheetTabColor( _
   ByVal spread As IExcelRead, _
   ByVal sheetIndex As Short, _
   ByVal tabColor As CT_Color, _
   ByVal thems As ArrayList, _
   ByVal indexedRgbColors() As CT_RgbColor _
) 
 
'Usage
 
Dim spread As IExcelRead
Dim sheetIndex As Short
Dim tabColor As CT_Color
Dim thems As ArrayList
Dim indexedRgbColors() As CT_RgbColor
 
SheetViewSynchronizer.SetSheetTabColor(spread, sheetIndex, tabColor, thems, indexedRgbColors)

Parameters

spread
sheetIndex
tabColor
thems
indexedRgbColors
See Also