ArcFM Solution Developer Guide
AutoResizeColumnHeadersHeight(Boolean,Boolean) Method


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

Parameters

fixedRowHeadersWidth
fixedColumnsWidth
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