Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite Interface / ExcelGetImageCellAsShape Method
The sheet.


In This Topic
    ExcelGetImageCellAsShape Method
    In This Topic
    Gets shape from image cell type.
    Syntax
    'Declaration
     
    
    Function ExcelGetImageCellAsShape( _
       ByVal sheet As Integer _
    ) As ExcelShape()
    'Usage
     
    
    Dim instance As IExcelBiffWrite
    Dim sheet As Integer
    Dim value() As ExcelShape
     
    value = instance.ExcelGetImageCellAsShape(sheet)
    ExcelShape[] ExcelGetImageCellAsShape( 
       int sheet
    )

    Parameters

    sheet
    The sheet.
    See Also