GrapeCity.Xaml.Excel
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
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelReader2 Interface
IExcelReader2 Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options