![]() |
IXlsChartDataTable |
![]() |
interface IXlsChartDataTable : IDispatch { [id(1),propget] HRESULT Show([out, retval]BOOL* show); [id(1),propput] HRESULT Show([in]BOOL show); [id(2),propget] HRESULT Options([out, retval]IXlsChartOptions** options); [id(3),propget] HRESULT ShowOutlineBorders([out, retval]BOOL* show); [id(3),propput] HRESULT ShowOutlineBorders([in]BOOL show); [id(4),propget] HRESULT ShowHorizontalBorders([out, retval]BOOL* show); [id(4),propput] HRESULT ShowHorizontalBorders([in]BOOL show); [id(5),propget] HRESULT ShowVerticalBorders([out, retval]BOOL* show); [id(5),propput] HRESULT ShowVerticalBorders([in]BOOL show); [id(6),propget] HRESULT ShowLegendKeys([out, retval]BOOL* show); [id(6),propput] HRESULT ShowLegendKeys([in]BOOL show); }
HRESULT Show([out, retval]BOOL* show);
HRESULT Show([in]BOOL show);
HRESULT Options([out, retval]IXlsChartOptions** options);
HRESULT ShowOutlineBorders([out, retval]BOOL* show);
HRESULT ShowOutlineBorders([in]BOOL show);
HRESULT ShowHorizontalBorders([out, retval]BOOL* show);
HRESULT ShowHorizontalBorders([in]BOOL show);
HRESULT ShowVerticalBorders([out, retval]BOOL* show);
HRESULT ShowVerticalBorders([in]BOOL show);
HRESULT ShowLegendKeys([out, retval]BOOL* show);
HRESULT ShowLegendKeys([in]BOOL show);