Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SetStickyNoteStyleInfo Method
Row index of cell
Column index of cell
Style information


In This Topic
    SetStickyNoteStyleInfo Method
    In This Topic
    Sets the style information for the cell notes on this sheet that stay visible.
    Syntax
    'Declaration
     
    
    Public Overridable Sub SetStickyNoteStyleInfo( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal info As StickyNoteStyleInfo _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim column As Integer
    Dim info As StickyNoteStyleInfo
     
    instance.SetStickyNoteStyleInfo(row, column, info)
    public virtual void SetStickyNoteStyleInfo( 
       int row,
       int column,
       StickyNoteStyleInfo info
    )

    Parameters

    row
    Row index of cell
    column
    Column index of cell
    info
    Style information
    See Also