Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetNoteBounds(Int32,Int32) Method
Row index of the cell
Column index of the cell


In This Topic
    GetNoteBounds(Int32,Int32) Method
    In This Topic
    Gets the rectangle for the cell note for the specified cell if its NoteStyle is StickyNote.
    Syntax
    'Declaration
     
    
    Public Function GetNoteBounds( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As Rectangle
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim column As Integer
    Dim value As Rectangle
     
    value = instance.GetNoteBounds(row, column)
    public Rectangle GetNoteBounds( 
       int row,
       int column
    )

    Parameters

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