public Rectangle GetNoteBounds( int row, int column )
'Declaration Public Function GetNoteBounds( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Rectangle
'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)
'Usage
Dim instance As SheetView Dim row As Integer Dim column As Integer Dim value As Rectangle value = instance.GetNoteBounds(row, column)
SheetView Class SheetView Members