Spread WPF 17
GrapeCity.Excel Namespace / IExcelWriter2 Interface / GetSheetTabColor Method
the zero based sheet index.


In This Topic
    GetSheetTabColor Method
    In This Topic
    Gets the sheet tab color of the specified sheet.
    Syntax
    'Declaration
     
    Function GetSheetTabColor( _
       ByVal sheet As Integer _
    ) As IExcelColor
    'Usage
     
    Dim instance As IExcelWriter2
    Dim sheet As Integer
    Dim value As IExcelColor
     
    value = instance.GetSheetTabColor(sheet)
    IExcelColor GetSheetTabColor( 
       int sheet
    )

    Parameters

    sheet
    the zero based sheet index.

    Return Value

    return null if the the sheet tab color is not set.
    See Also