Spread WinForms 15
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)

Parameters

sheetIndex
image
See Also