Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead Interface / ExcelSetSheetTabColor Method
Sheet index
SheetTab BackColor


In This Topic
    ExcelSetSheetTabColor Method (IExcelBiffRead)
    In This Topic
    Sets the Sheet Tab Color
    Syntax
    'Declaration
     
    
    Function ExcelSetSheetTabColor( _
       ByVal sheet As Short, _
       ByVal backColor As Color _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffRead
    Dim sheet As Short
    Dim backColor As Color
    Dim value As Boolean
     
    value = instance.ExcelSetSheetTabColor(sheet, backColor)
    bool ExcelSetSheetTabColor( 
       short sheet,
       Color backColor
    )

    Parameters

    sheet
    Sheet index
    backColor
    SheetTab BackColor
    See Also