ArcFM Solution Developer Guide
AutoResizeColumns(DataGridViewAutoSizeColumnsMode,Boolean) Method


Syntax
'Declaration
 
Protected Overloads Sub AutoResizeColumns( _
   ByVal autoSizeColumnsMode As System.Windows.Forms.DataGridViewAutoSizeColumnsMode, _
   ByVal fixedHeight As System.Boolean _
) 
'Usage
 
Dim instance As TreeGridView
Dim autoSizeColumnsMode As System.Windows.Forms.DataGridViewAutoSizeColumnsMode
Dim fixedHeight As System.Boolean
 
instance.AutoResizeColumns(autoSizeColumnsMode, fixedHeight)
protected void AutoResizeColumns( 
   System.Windows.Forms.DataGridViewAutoSizeColumnsMode autoSizeColumnsMode,
   System.bool fixedHeight
)

Parameters

autoSizeColumnsMode
fixedHeight
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

TreeGridView Class
TreeGridView Members
Overload List

 

 


Send Comment