This document is archived and information here might be outdated.  Recommended version.


IFinder.ColumnName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IF > IFinder Interface > IFinder.ColumnName Property
ArcGIS Developer Help

IFinder.ColumnName Property

The column name.

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

Product Availability

Available with ArcGIS Desktop.

Description

Return the names 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