Spread WPF Documentation
GetSheetTabColor Method


the zero based sheet index.
Gets the sheet tab color of the specified sheet.
Syntax
'Declaration
 
Function GetSheetTabColor( _
   ByVal sheet As System.Integer _
) As IExcelColor
'Usage
 
Dim instance As IExcelWriter2
Dim sheet As System.Integer
Dim value As IExcelColor
 
value = instance.GetSheetTabColor(sheet)
IExcelColor GetSheetTabColor( 
   System.int sheet
)

Parameters

sheet
the zero based sheet index.

Return Value

return null if the the sheet tab color is not set.
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

IExcelWriter2 Interface
IExcelWriter2 Members

 

 


Copyright © GrapeCity, inc. All rights reserved.