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


IIndexGrid.YLabel 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.YLabel Property
ArcGIS Developer Help

IIndexGrid.YLabel Property

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,
  System.String* 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

Product Availability

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

See Also

IIndexGrid Interface