Glossary Item Box
The following example sets the top row of the sheet to 5.
// Set display's top row m_Spread.SetTopRow(5);
' Set display's top row fpSpread1.TopRow = 5