ComponentOne FlexGrid for WPF and Silverlight
AutoSizeFixedColumns(Int32,Int32,Double) Method

C1.WPF.FlexGrid Namespace > C1FlexGrid Class > AutoSizeFixedColumns Method : AutoSizeFixedColumns(Int32,Int32,Double) Method
Index of the first column to resize.
Index of the last column to resize.
Extra width to add to the column, in pixels.
Resizes a range of fixed columns to fit their visible contents.
Syntax
'Declaration
 
Public Overloads Sub AutoSizeFixedColumns( _
   ByVal startCol As System.Integer, _
   ByVal endCol As System.Integer, _
   ByVal extra As System.Double _
) 
public void AutoSizeFixedColumns( 
   System.int startCol,
   System.int endCol,
   System.double extra
)

Parameters

startCol
Index of the first column to resize.
endCol
Index of the last column to resize.
extra
Extra width to add to the column, in pixels.
See Also

Reference

C1FlexGrid Class
C1FlexGrid Members
Overload List