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