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


In This Topic
    ExcelGetExcelShape Method
    In This Topic
    Excels the get excel shape.
    Syntax
    'Declaration
     
    
    Function ExcelGetExcelShape( _
       ByVal sheet As Integer _
    ) As ExcelShape()
    'Usage
     
    
    Dim instance As IExcelBiffWrite
    Dim sheet As Integer
    Dim value() As ExcelShape
     
    value = instance.ExcelGetExcelShape(sheet)
    ExcelShape[] ExcelGetExcelShape( 
       int sheet
    )

    Parameters

    sheet
    The sheet.
    See Also