[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.SetNoteBounds

SetNoteBounds Method

SetNoteBounds(int, int, int, int, int, int)

Sets the location and dimensions for a cell note when the style sets the note to always be shown.

Declaration
public void SetNoteBounds(int row, int column, int x, int y, int width, int height)
Public Sub SetNoteBounds(row As Integer, column As Integer, x As Integer, y As Integer, width As Integer, height As Integer)
Parameters
Type Name Description
int row

Row index of cell with note

int column

Column index of cell with note

int x

X-coordinate of beginning of note

int y

Y-coordinate of beginning of note

int width

Number of pixels in width of note

int height

Number of pixels in height of note