'Declaration Public Sub SetNoteBounds( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal width As Integer, _ ByVal height As Integer _ )
Parameters
- row
- Row index of cell with note
- column
- Column index of cell with note
- x
- X-coordinate of beginning of note
- y
- Y-coordinate of beginning of note
- width
- Number of pixels in width of note
- height
- Number of pixels in height of note