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


IIndexGrid.XLabel Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIndexGrid Interface > IIndexGrid.XLabel Property
ArcGIS Developer Help

IIndexGrid.XLabel Property

The label for the given column in the index grid.

[Visual Basic .NET]
Public Function get_XLabel ( _
    ByVal Column As Integer _
) As String
[Visual Basic .NET]
Public Sub set_XLabel ( _
    ByVal Column As Integer, _
    ByVal Label As String _
)
[C#]
public string get_XLabel (
    int Column
);
[C#]
public void set_XLabel (
    int Column,
    string Label
);
[C++]
HRESULT get_XLabel(
  long Column,
  System.String* Label
);
[C++]
HRESULT put_XLabel(
  long Column,
  BSTR Label
);
[C++]
Parameters
Column [in]

Column is a parameter of type long Label [out, retval]
Label is a parameter of type BSTR* Column [in]
Column is a parameter of type long Label [in]
Label is a parameter of type BSTR

Product Availability

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

See Also

IIndexGrid Interface