Excel for WinRT
Frozen Property (XLColumnCollection)


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

Reference

XLColumnCollection Class
XLColumnCollection Members

 

 


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

Product Support Forum  |  Documentation Feedback