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


IFinder.ColumnCount 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.ColumnCount Property
ArcGIS Developer Help

IFinder.ColumnCount Property

Number of columns to display in list box.

[Visual Basic .NET]
Public ReadOnly Property ColumnCount As Integer
[C#]
public int ColumnCount {get;}

Product Availability

Available with ArcGIS Desktop.

Description

Return the number of columns the result list should contain.

See Also

IFinder Interface