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


In This Topic
    GetStickyNoteStyleInfo Method
    In This Topic
    Gets the style information for the cell notes on this sheet that stay visible.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetStickyNoteStyleInfo( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As StickyNoteStyleInfo
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim column As Integer
    Dim value As StickyNoteStyleInfo
     
    value = instance.GetStickyNoteStyleInfo(row, column)
    public virtual StickyNoteStyleInfo GetStickyNoteStyleInfo( 
       int row,
       int column
    )

    Parameters

    row
    Row index of cell
    column
    Column index of cell
    See Also