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


ILegendItem.Columns Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendItem Interface > ILegendItem.Columns Property
ArcGIS Developer Help

ILegendItem.Columns Property

Number of columns in the legend item.

[Visual Basic .NET]
Public Property Columns As Short
[C#]
public short Columns {get; set;}
[C++]
HRESULT get_Columns(
  System.Int16* Columns
);
[C++]
HRESULT put_Columns(
  short Columns
);
[C++]
Parameters
Columns [out, retval]

Columns is a parameter of type short* Columns [in]
Columns is a parameter of type short

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILegendItem Interface