Spread Silverlight Documentation
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 System.Integer, _
   ByVal color As IExcelColor _
) 
'Usage
 
Dim instance As IExcelReader2
Dim sheet As System.Integer
Dim color As IExcelColor
 
instance.SetExcelSheetTabColor(sheet, color)
void SetExcelSheetTabColor( 
   System.int sheet,
   IExcelColor color
)

Parameters

sheet
The zero base sheet index
color
See Also

Reference

IExcelReader2 Interface
IExcelReader2 Members