IXlsVectorShapes |
interface IXlsVectorShapes : IDispatch { [id(1),propget] HRESULT Count([out, retval]int* nbvectorshapes); [id(2),propget] HRESULT Item([in]int i, [out, retval]IXlsVectorShape** vs); [id(3),propget] HRESULT ItemByName([in]BSTR name, [out, retval]IXlsVectorShape** vs); }
HRESULT Count([out, retval]int* nbvectorshapes);
HRESULT Item([in]int i, [out, retval]IXlsVectorShape** vs);
HRESULT ItemByName([in]BSTR name, [out, retval]IXlsVectorShape** vs);