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


IFindCallBack.ColumnValue Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (ArcMapUI)  

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