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


IGpValueTableObject.ColumnCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpValueTableObject Interface > IGpValueTableObject.ColumnCount Property
ArcGIS Developer Help

IGpValueTableObject.ColumnCount Property

The number of columns.

[Visual Basic .NET]
Public ReadOnly Property ColumnCount As Integer
[C#]
public int ColumnCount {get;}
[C++]
HRESULT get_ColumnCount(
void
);

Product Availability

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

See Also

IGpValueTableObject Interface