Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelSheetBackgroundSupport Interface / ExcelSetSheetBackground Method


In This Topic
    ExcelSetSheetBackground Method
    In This Topic
    Syntax
    'Declaration
     
    
    Sub ExcelSetSheetBackground( _
       ByVal sheetIndex As Short, _
       ByVal image As Image _
    ) 
    'Usage
     
    
    Dim instance As IExcelSheetBackgroundSupport
    Dim sheetIndex As Short
    Dim image As Image
     
    instance.ExcelSetSheetBackground(sheetIndex, image)
    void ExcelSetSheetBackground( 
       short sheetIndex,
       Image image
    )

    Parameters

    sheetIndex
    image
    See Also