In This Topic
Set SheetTab Color
Syntax
'Declaration
Public Shared Sub SetSheetTabColor( _
ByVal As IExcelRead, _
ByVal As Short, _
ByVal As CT_Color, _
ByVal As ArrayList, _
ByVal () 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)
public static void SetSheetTabColor(
IExcelRead ,
short ,
CT_Color ,
ArrayList ,
CT_RgbColor[]
)
Parameters
- spread
- sheetIndex
- tabColor
- thems
- indexedRgbColors
See Also