FlexGrid for WinRT
AutoSizeColumns(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 column range to fit their visible content.
Syntax
'Declaration
 
Public Overloads Sub AutoSizeColumns( _
   ByVal startCol As System.Integer, _
   ByVal endCol As System.Integer, _
   ByVal extra As System.Double _
) 
public void AutoSizeColumns( 
   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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1FlexGrid Class
C1FlexGrid Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback