![]() |
IXlsVisualComponentParameter |
![]() |
interface IXlsVisualComponentParameter : IDispatch { [id(1),propget] HRESULT Name([out, retval] BSTR* pbstrName); [id(2),propget] HRESULT Type([out, retval] enumDataType* parametertype); [id(3),propget] HRESULT NativeType([out, retval] BSTR* parameternativetype); [id(4),propget] HRESULT Formula([out, retval] BSTR* pvValue); [id(4),propput] HRESULT Formula([in] BSTR pvValue); [id(5),propput] HRESULT ValueAsNumber([in] int pvValue); [id(6),propput] HRESULT ValueAsFloat([in] double pvValue); [id(7),propput] HRESULT ValueAsLabel([in] BSTR pvValue); }
HRESULT Name([out, retval] BSTR* pbstrName);
HRESULT Type([out, retval] enumDataType* parametertype);
HRESULT NativeType([out, retval] BSTR* parameternativetype);
HRESULT Formula([out, retval] BSTR* pvValue);
HRESULT Formula([in] BSTR pvValue);
HRESULT ValueAsNumber([in] int pvValue);
HRESULT ValueAsFloat([in] double pvValue);
HRESULT ValueAsLabel([in] BSTR pvValue);