IXlsVectorShapeArrow
COM interface ( getting help with interfaces )

 

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);
returns the arrow style.

HRESULT Style([in]enumVectorShapeArrowStyle arrowStyle);
sets the arrow style.

HRESULT Width([out, retval]enumVectorShapeArrowWidth* arrowWidth);
returns the arrow width.

HRESULT Width([in]enumVectorShapeArrowWidth arrowWidth);
sets the arrow width.

HRESULT Length([out, retval]enumVectorShapeArrowLength* arrowLength);
returns the arrow length.

HRESULT Length([in]enumVectorShapeArrowLength arrowLength);
sets the arrow length.