Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelSheetBackgroundSupport Interface / ExcelGetSheetBackground Method


In This Topic
    ExcelGetSheetBackground Method
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelGetSheetBackground( _
       ByVal sheetIndex As Short, _
       ByRef imageFormat As ImageFormat _
    ) As Image
    'Usage
     
    
    Dim instance As IExcelSheetBackgroundSupport
    Dim sheetIndex As Short
    Dim imageFormat As ImageFormat
    Dim value As Image
     
    value = instance.ExcelGetSheetBackground(sheetIndex, imageFormat)
    Image ExcelGetSheetBackground( 
       short sheetIndex,
       out ImageFormat imageFormat
    )

    Parameters

    sheetIndex
    imageFormat
    See Also