[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetNoteBounds

GetNoteBounds Method

GetNoteBounds(int, int)

Gets the rectangle for the cell note for the specified cell if its NoteStyle is StickyNote.

Declaration
public Rectangle GetNoteBounds(int row, int column)
Public Function GetNoteBounds(row As Integer, column As Integer) As Rectangle
Parameters
Type Name Description
int row

Row index of the cell

int column

Column index of the cell

Returns
Type Description
Rectangle