Spread Silverlight 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, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

IExcelReader2 Interface
IExcelReader2 Members

 

 


Copyright © GrapeCity, inc. All rights reserved.