IXlsVectorShapeArrow |
interface IXlsVectorShapeArrow : IDispatch { [id(1),propget] HRESULT Style([out, retval]enumVectorShapeArrowStyle* arrowStyle); [id(1),propput] HRESULT Style([in]enumVectorShapeArrowStyle arrowStyle); [id(2),propget] HRESULT Width([out, retval]enumVectorShapeArrowWidth* arrowWidth); [id(2),propput] HRESULT Width([in]enumVectorShapeArrowWidth arrowWidth); [id(3),propget] HRESULT Length([out, retval]enumVectorShapeArrowLength* arrowLength); [id(3),propput] HRESULT Length([in]enumVectorShapeArrowLength arrowLength); }
HRESULT Style([out, retval]enumVectorShapeArrowStyle* arrowStyle);
HRESULT Style([in]enumVectorShapeArrowStyle arrowStyle);
HRESULT Width([out, retval]enumVectorShapeArrowWidth* arrowWidth);
HRESULT Width([in]enumVectorShapeArrowWidth arrowWidth);
HRESULT Length([out, retval]enumVectorShapeArrowLength* arrowLength);
HRESULT Length([in]enumVectorShapeArrowLength arrowLength);