ScrollToRow Method (IUiGrid)

Scrolls to a specified row, as defined by the row’s number. This method has multiple overloads.

ScrollToRow(UInt32) Method

Scrolls to a specified row, as defined by the row’s number.

C# Syntax
                        
                            void ScrollToRow( 
   uint row
)

Parameters

row
0-based row number.

ScrollToRow(ITableRow) Method

Scrolls to a specified row, as defined by the row’s number.

C# Syntax
                        
                            void ScrollToRow( 
   ITableRow row
)

Parameters

row

The ITableRow to scroll.