Spread WPF Documentation
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
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

IExcelReader2 Interface
IExcelReader2 Members

 

 


Copyright © GrapeCity, inc. All rights reserved.