GrapeCity.Xaml.Excel
SetExcelSheetTabColor Method


GrapeCity.Excel Namespace > IExcelReader2 Interface : SetExcelSheetTabColor Method
The zero base sheet index
Set the tab color to a specific sheet.
Syntax
'Declaration
 
Sub SetExcelSheetTabColor( _
   ByVal sheet As Integer, _
   ByVal color As IExcelColor _
) 
'Usage
 
Dim instance As IExcelReader2
Dim sheet As Integer
Dim color As IExcelColor
 
instance.SetExcelSheetTabColor(sheet, color)
void SetExcelSheetTabColor( 
   int sheet,
   IExcelColor color
)

Parameters

sheet
The zero base sheet index
color
See Also

Reference

IExcelReader2 Interface
IExcelReader2 Members