This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIndexGrid Interface > IIndexGrid.XLabel Property (ArcObjects .NET 10.4 SDK) |
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