![]() |
IXlsWorkbookCustomProperty |
![]() |
interface IXlsWorkbookCustomProperty : IDispatch { [id(0x00040001),propget] HRESULT PropertyName([out, retval] BSTR* pbstrName); [id(0x00040002),propget] HRESULT PropertyType([out, retval] enumDataType* custompropertytype); [id(0x00040003),propget] HRESULT PropertyValue([out, retval] VARIANT* pvValue); [id(0x00040003),propput] HRESULT PropertyValue([in] VARIANT* pvValue); }
HRESULT PropertyName([out, retval] BSTR* pbstrName);
HRESULT PropertyType([out, retval] enumDataType* custompropertytype);
HRESULT PropertyValue([out, retval] VARIANT* pvValue);
HRESULT PropertyValue([in] VARIANT* pvValue);