Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelRead3 Interface / ExcelSetStickyNoteShapeInfo Method


In This Topic
    ExcelSetStickyNoteShapeInfo Method
    In This Topic
    Syntax
    'Declaration
     
    
    Sub ExcelSetStickyNoteShapeInfo( _
       ByVal sheet As Short, _
       ByVal excelShape As ExcelShape, _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) 
    'Usage
     
    
    Dim instance As IExcelRead3
    Dim sheet As Short
    Dim excelShape As ExcelShape
    Dim row As Integer
    Dim col As Integer
     
    instance.ExcelSetStickyNoteShapeInfo(sheet, excelShape, row, col)
    void ExcelSetStickyNoteShapeInfo( 
       short sheet,
       ExcelShape excelShape,
       int row,
       int col
    )

    Parameters

    sheet
    excelShape
    row
    col
    See Also