Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead Interface / ExcelSetCellNote Method
Sheet index
Row index
Column index
Whether it is a sticky note
Note text


In This Topic
    ExcelSetCellNote Method
    In This Topic
    CELL NOTE - Excel Biff Record Sets the cell note for the specified location and options.
    Syntax
    'Declaration
     
    
    Function ExcelSetCellNote( _
       ByVal sheet As Short, _
       ByVal row As Integer, _
       ByVal col As Integer, _
       ByVal stickyNote As Boolean, _
       ByVal note As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffRead
    Dim sheet As Short
    Dim row As Integer
    Dim col As Integer
    Dim stickyNote As Boolean
    Dim note As String
    Dim value As Boolean
     
    value = instance.ExcelSetCellNote(sheet, row, col, stickyNote, note)
    bool ExcelSetCellNote( 
       short sheet,
       int row,
       int col,
       bool stickyNote,
       string note
    )

    Parameters

    sheet
    Sheet index
    row
    Row index
    col
    Column index
    stickyNote
    Whether it is a sticky note
    note
    Note text
    See Also