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


IFindCallBack.AddNewRow Method (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.AddNewRow Method
ArcGIS Developer Help

IFindCallBack.AddNewRow Method

Adds a new row to the listbox, using values set with ColumnValue.

[Visual Basic .NET]
Public Sub AddNewRow ( _
)
[C#]
public void AddNewRow (
);

Product Availability

Available with ArcGIS Desktop.

Description

Adds a new row to the value list. Should be called once the properties of this interface and IFeatureFindData have been properly initialized.

See Also

IFindCallBack Interface