This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIndexGrid Interface > IIndexGrid.YLabel Property (ArcObjects .NET 10.5 SDK) |
The label for the given row in the index grid.
[Visual Basic .NET] Public Function get_YLabel ( _ ByVal Row As Integer _ ) As String
[Visual Basic .NET] Public Sub set_YLabel ( _ ByVal Row As Integer, _ ByVal Label As String _ )
[C#] public string get_YLabel ( int Row );
[C#] public void set_YLabel ( int Row, string Label );
[C++]
HRESULT get_YLabel(
long Row,
BSTR* Label
);
[C++]
HRESULT put_YLabel(
long Row,
BSTR Label
);
[C++]
Parameters Row [in] Row is a parameter of type long Label [out, retval] Label is a parameter of type BSTR Row [in] Row is a parameter of type long Label [in] Label is a parameter of type BSTR