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


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

IFindCallBack.ColumnValue Property

Rows column value in listbox.

[Visual Basic .NET]
Public Sub set_ColumnValue ( _
    ByVal column As Integer, _
    ByVal A_2 As String _
)
[C#]
public void set_ColumnValue (
    int column,
    string A_2
);

Product Availability

Available with ArcGIS Desktop.

Description

The vatue to be shown in the column at the given index for the feature.

See Also

IFindCallBack Interface