Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead Interface / ExcelSetSheetTabColor Method
Sheet index
SheetTab BackColor


In This Topic
ExcelSetSheetTabColor Method
In This Topic
Sets the Sheet Tab Color
Syntax
'Declaration
 
Function ExcelSetSheetTabColor( _
   ByVal sheet As Short, _
   ByVal backColor As Color _
) As Boolean
 
'Usage
 
Dim instance As IExcelBiffRead
Dim sheet As Short
Dim backColor As Color
Dim value As Boolean
 
value = instance.ExcelSetSheetTabColor(sheet, backColor)

Parameters

sheet
Sheet index
backColor
SheetTab BackColor
See Also