Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDataGridView Class / AutoResizeColumnHeadersHeight Method / AutoResizeColumnHeadersHeight(Int32,Boolean,Boolean) Method


In This Topic
    AutoResizeColumnHeadersHeight(Int32,Boolean,Boolean) Method
    In This Topic
    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 NDataGridView
    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 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