AutoSizeRow Method (C1FlexGrid)
 
            
                In This Topic
            
            Resizes a row to fit its visible contents.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Sub AutoSizeRow( _
   ByVal  As Integer, _
   ByVal  As Double _
) 
             
        
            
            public void AutoSizeRow( 
   int ,
   double 
)
             
        
             
        
            Parameters
- row
 
- Index of the row to resize.
 - extra
 
- Extra height to add to the row, in pixels.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also