 |
| IXlsChartDataTable |
 |
COM interface ( getting help with interfaces )
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);
returns whether the data table is displayed.
HRESULT Show([in]BOOL show);
sets whether the data table is displayed.
HRESULT Options([out, retval]IXlsChartOptions** options);
returns the options object.
HRESULT ShowOutlineBorders([out, retval]BOOL* show);
returns whether the data table outline borders are displayed.
HRESULT ShowOutlineBorders([in]BOOL show);
sets whether the data table outline borders are displayed.
HRESULT ShowHorizontalBorders([out, retval]BOOL* show);
returns whether the data table horizontal borders are displayed.
HRESULT ShowHorizontalBorders([in]BOOL show);
sets whether the data table horizontal borders are displayed.
HRESULT ShowVerticalBorders([out, retval]BOOL* show);
returns whether the data table vertical borders are displayed.
HRESULT ShowVerticalBorders([in]BOOL show);
sets whether the data table vertical borders are displayed.
HRESULT ShowLegendKeys([out, retval]BOOL* show);
returns whether the data table legend keys are displayed.
HRESULT ShowLegendKeys([in]BOOL show);
sets whether the data table legend keys are displayed.