'Declaration Public Function getItemAt( _
ByVal nIdxThe zero-based index of the item in the list or -1 for the last item in the list.As System.Int32, _
ByVal bExportValueA value indicating whether item's export value must be returned. This parameter is optional. Default value is true.As Boolean _
) As System.String
public System.String getItemAt(
System.Int32 nIdx,
bool bExportValue
)
public: System.String getItemAt(
System.Int32 nIdx,
bool bExportValue
)
public:
System.String getItemAt(
System.Int32 nIdx,
bool bExportValue
)
Parameters
- nIdx
- The zero-based index of the item in the list or -1 for the last item in the list.
- bExportValue
- A value indicating whether item's export value must be returned. This parameter is optional. Default value is true.
Return Value
The item name if bExportValue is set to false.
The item name if bExportValue is set to true and item does not have export value.
Item's export value if if bExportValue is set to true and item has export value.
The item name if bExportValue is set to true and item does not have export value.
Item's export value if if bExportValue is set to true and item has export value.