IXlsShapes |
interface IXlsShapes : IDispatch { [id(1),propget] HRESULT Count([out, retval]int* nbshapes); [id(2),propget] HRESULT Item([in]int i, [out, retval]IXlsShape** shape); [id(3),propget] HRESULT ItemByName([in]BSTR name, [out, retval]IXlsShape** shape); }
HRESULT Count([out, retval]int* nbshapes);
HRESULT Item([in]int i, [out, retval]IXlsShape** shape);
HRESULT ItemByName([in]BSTR name, [out, retval]IXlsShape** shape);