![]() |
IXlsChartBorderStyle |
![]() |
interface IXlsChartBorderStyle : IDispatch { [id(1),propget] HRESULT Type([out, retval]enumChartBorder* type); [id(1),propput] HRESULT Type([in]enumChartBorder type); [id(2),propget] HRESULT Style([out, retval]enumChartBorderStyle* style); [id(2),propput] HRESULT Style([in]enumChartBorderStyle style); [id(3),propget] HRESULT Color([out, retval]int* nRGB); [id(3),propput] HRESULT Color([in]int nRGB); [id(4),propget] HRESULT Weight([out, retval]enumChartBorderWeight* weight); [id(4),propput] HRESULT Weight([in]enumChartBorderWeight weight); [id(5),propget] HRESULT Shadow([out, retval]BOOL* shadow); [id(5),propput] HRESULT Shadow([in]BOOL shadow); [id(6),propget] HRESULT RoundCorners([out, retval]BOOL* roundcorners); [id(6),propput] HRESULT RoundCorners([in]BOOL roundcorners); [id(7),propget] HRESULT SmoothedLine([out, retval]BOOL* smoothedline); [id(7),propput] HRESULT SmoothedLine([in]BOOL smoothedline); [id(8),propget] HRESULT Width([out, retval]double* width); [id(8),propput] HRESULT Width([in]double width); [id(9),propget] HRESULT ArrowStyleBeginCap([out, retval] IXlsVectorShapeArrow** beginCap); [id(10),propget] HRESULT ArrowStyleEndCap([out, retval] IXlsVectorShapeArrow** endCap); }
HRESULT Type([out, retval]enumChartBorder* type);
HRESULT Type([in]enumChartBorder type);
HRESULT Style([out, retval]enumChartBorderStyle* style);
HRESULT Style([in]enumChartBorderStyle style);
HRESULT Color([out, retval]int* nRGB);
HRESULT Color([in]int nRGB);
HRESULT Weight([out, retval]enumChartBorderWeight* weight);
HRESULT Weight([in]enumChartBorderWeight weight);
HRESULT Shadow([out, retval]BOOL* shadow);
HRESULT Shadow([in]BOOL shadow);
HRESULT RoundCorners([out, retval]BOOL* roundcorners);
HRESULT RoundCorners([in]BOOL roundcorners);
HRESULT SmoothedLine([out, retval]BOOL* smoothedline);
HRESULT SmoothedLine([in]BOOL smoothedline);
HRESULT Width([out, retval]double* width);
HRESULT Width([in]double width);
HRESULT ArrowStyleBeginCap([out, retval] IXlsVectorShapeArrow** beginCap);
HRESULT ArrowStyleEndCap([out, retval] IXlsVectorShapeArrow** endCap);