ArcObjects Library Reference (Carto)  

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

Product Availability

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

See Also

IIndexGrid Interface