![]() |
IXlsFormListBox |
![]() |
interface IXlsFormListBox : IDispatch { [id(1),propget] HRESULT AlternativeText([out, retval]BSTR* text); [id(1),propput] HRESULT AlternativeText([in]BSTR text); [id(2),propput] HRESULT VBAMacro([in]BSTR macro); [id(2),propget] HRESULT VBAMacro([out, retval]BSTR* macro); [id(3),propput] HRESULT LinkedCell([in]BSTR formula); [id(3),propget] HRESULT LinkedCell([out, retval]BSTR* formula); [id(4),propput] HRESULT InputRange([in]BSTR formula); [id(4),propget] HRESULT InputRange([out, retval]BSTR* formula); [id(5),propput] HRESULT SelectionType([in]enumListBoxSelectionType selectionType); [id(5),propget] HRESULT SelectionType([out, retval]enumListBoxSelectionType* selectionType); [id(6)] HRESULT SelectItem([in]int index); [id(7),propget] HRESULT Name([out, retval]BSTR* name); }
HRESULT AlternativeText([out, retval]BSTR* text);
HRESULT AlternativeText([in]BSTR text);
HRESULT VBAMacro([in]BSTR macro);
HRESULT VBAMacro([out, retval]BSTR* macro);
HRESULT LinkedCell([in]BSTR formula);
HRESULT LinkedCell([out, retval]BSTR* formula);
HRESULT InputRange([in]BSTR formula);
HRESULT InputRange([out, retval]BSTR* formula);
HRESULT SelectionType([in]enumListBoxSelectionType selectionType);
HRESULT SelectionType([out, retval]enumListBoxSelectionType* selectionType);
HRESULT SelectItem([in]int index);
HRESULT Name([out, retval]BSTR* name);