Excel for WinRT
Frozen Property (XLRowCollection)


Gets or sets the number of frozen rows in the collection.
Syntax
'Declaration
 
Public Property Frozen As System.Integer
'Usage
 
Dim instance As XLRowCollection
Dim value As System.Integer
 
instance.Frozen = value
 
value = instance.Frozen
public System.int Frozen {get; set;}
Remarks
Frozen rows are displayed on the top of the sheet and do not scroll vertically. They are useful for displaying column headers.
See Also

Reference

XLRowCollection Class
XLRowCollection Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback