ArcObjects Library Reference (ArcMapUI)  

IFinder.ColumnWidth Property

The column width in Dialog Units (1/4 of avg. char width).

[Visual Basic .NET]
Public Function get_ColumnWidth ( _
    ByVal column As Integer _
) As Integer
[C#]
public int get_ColumnWidth (
    int column
);

Product Availability

Available with ArcGIS Desktop.

Description

Return the width of the columns the result list should contain. Call recursively for all columns, you should return the appropriate value based on the column index parameter.

See Also

IFinder Interface