ArcFM Solution Developer Guide
AutoResizeRows(Int32,Int32,DataGridViewAutoSizeRowMode,Boolean) Method


Syntax
'Declaration
 
Protected Overloads Sub AutoResizeRows( _
   ByVal rowIndexStart As System.Integer, _
   ByVal rowsCount As System.Integer, _
   ByVal autoSizeRowMode As System.Windows.Forms.DataGridViewAutoSizeRowMode, _
   ByVal fixedWidth As System.Boolean _
) 
'Usage
 
Dim instance As TreeGridView
Dim rowIndexStart As System.Integer
Dim rowsCount As System.Integer
Dim autoSizeRowMode As System.Windows.Forms.DataGridViewAutoSizeRowMode
Dim fixedWidth As System.Boolean
 
instance.AutoResizeRows(rowIndexStart, rowsCount, autoSizeRowMode, fixedWidth)
protected void AutoResizeRows( 
   System.int rowIndexStart,
   System.int rowsCount,
   System.Windows.Forms.DataGridViewAutoSizeRowMode autoSizeRowMode,
   System.bool fixedWidth
)

Parameters

rowIndexStart
rowsCount
autoSizeRowMode
fixedWidth
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