MmcListViewColumn.SetWidth Method (Int32)

 

Sets a value that specifies the column width.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public void SetWidth(
    int width
)
public:
void SetWidth(
    int width
)
member SetWidth : 
        width:int -> unit
Public Sub SetWidth (
    width As Integer
)

Parameters

  • width
    Type: System.Int32

    The value is the width in pixels or -1 to indicate automatic width calculation.

See Also

MmcListViewColumn Class
Microsoft.ManagementConsole Namespace

Return to top