ArcObjects Library Reference (Carto)  

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,
  BSTR* 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