Articles in this section
Category / Section

How do I keep the headers visible while scrolling down through data?

1 min read

The headers can be kept visible by using Freeze pane. Here is the sample code for keeping the headers visible while scrolling down through data using XlsIO.

C#

// Initializing the first visible row to be the tenth row.

sheet.FirstVisibleRow = 10;

// Intializing the horizontal split to be 500.

sheet.HorizontalSplit = 500;


VB

' Initializing the first visible row to be the tenth row.

 sheet.FirstVisibleRow = 10

' Intializing the horizontal split to be 500.

sheet.HorizontalSplit = 500


Sample

http://www.syncfusion.com/downloads/support/directtrac/general/HeaderVisible-1751603250.zip

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied