Frozen Property (ColumnCollection)
 
            
                In This Topic
            
            Gets or sets the number of frozen rows or columns in the collection.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property Frozen As Integer
             
        
            
            public int Frozen {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            Example
The code below implements an event handler that toggles row and column freezing based on the cursor position (similar to the 'freeze panes' command in Excel).
            
            
            
            
            
            See Also