This document is archived and information here might be outdated. Recommended version. |
The column choice list.
[Visual Basic .NET] Public Function get_ChoiceList ( _ ByVal propIndex As Integer, _ ByVal columnIndex As Integer _ ) As IStringArray
[C#] public IStringArray get_ChoiceList ( int propIndex, int columnIndex );
[C++]
HRESULT get_ChoiceList(
long propIndex,
long columnIndex,
IStringArray** ppChoiceList
);
[C++] Parameters propIndex [in]
propIndex is a parameter of type long columnIndex [in]
columnIndex is a parameter of type long ppChoiceList [out, retval]
ppChoiceList is a parameter of type IStringArray**