This document is archived and information here might be outdated. Recommended version. |
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