Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example sets the top row of the sheet to 5.

C++

// Set display's top row
m_Spread.SetTopRow(5);

Visual Basic

' Set display's top row
fpSpread1.TopRow = 5

Copyright © GrapeCity, inc. All rights reserved.