Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXml3 Interface / ExcelGetPictShape Method
The sheet.


In This Topic
    ExcelGetPictShape Method
    In This Topic
    Excels the get pict shape.
    Syntax
    'Declaration
     
    
    Function ExcelGetPictShape( _
       ByVal sheet As Short _
    ) As ExcelPictShape()
    'Usage
     
    
    Dim instance As IExcelXml3
    Dim sheet As Short
    Dim value() As ExcelPictShape
     
    value = instance.ExcelGetPictShape(sheet)
    ExcelPictShape[] ExcelGetPictShape( 
       short sheet
    )

    Parameters

    sheet
    The sheet.
    See Also