Scrolls the specified row to be visible within the specified column.
Original signature is '- (void)scrollRowToVisible:(NSInteger)row inColumn:(NSInteger)column'
Available in Mac OS X v10.6 and later.

Declaration Syntax
Public Overridable Sub ScrollRowToVisibleInColumn ( _
row As NSInteger, _
column As NSInteger _
)

Parameters
- row (NSInteger)
- The index of the row to scroll.
- column (NSInteger)
- The index of the column containing the row to scroll.

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)
Assembly:
Monobjc.AppKit (Module: Monobjc.AppKit)