MakeCellVisible Method (ITable)
Scrolls the specified cell into view.

C# Syntax

void MakeCellVisible( 
   int row,
   int column
)

Parameters

row
0-based row number.
column
0-based column index.