| 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);
}
HRESULT Count([out, retval]int* nbshapes);HRESULT Item([in]int i, [out, retval]IXlsShape** shape);