ArcFM Solution Developer Guide
AutoResizeColumnHeadersHeight(Int32,Boolean,Boolean) Method


Syntax
'Declaration
 
Protected Overloads Sub AutoResizeColumnHeadersHeight( _
   ByVal columnIndex As System.Integer, _
   ByVal fixedRowHeadersWidth As System.Boolean, _
   ByVal fixedColumnWidth As System.Boolean _
) 
'Usage
 
Dim instance As TreeGridView
Dim columnIndex As System.Integer
Dim fixedRowHeadersWidth As System.Boolean
Dim fixedColumnWidth As System.Boolean
 
instance.AutoResizeColumnHeadersHeight(columnIndex, fixedRowHeadersWidth, fixedColumnWidth)
protected void AutoResizeColumnHeadersHeight( 
   System.int columnIndex,
   System.bool fixedRowHeadersWidth,
   System.bool fixedColumnWidth
)

Parameters

columnIndex
fixedRowHeadersWidth
fixedColumnWidth
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