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


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

    Parameters

    sheet
    The sheet.
    See Also