MakeCellVisible(String,String) Method
Scrolls the specified cell into view.

C# Syntax

void MakeCellVisible( 
   string rowPath,
   string columnHeader
)

Parameters

rowPath
The row as a string in the format: "n1;n2;...nX" where n is the row number in each band level.
columnHeader
The column caption.