IXlsChartLegendEntry |
interface IXlsChartLegendEntry : IDispatch { [id(1),propput] HRESULT Show([in]BOOL show); [id(1),propget] HRESULT Show([out, retval]BOOL* show); [id(2),propput] HRESULT EntryIndex([in]int index); [id(2),propget] HRESULT EntryIndex([out, retval]int* index); [id(3),propget] HRESULT Font([out, retval]IXlsChartFont** font); }
HRESULT Show([in]BOOL show);
HRESULT Show([out, retval]BOOL* show);
HRESULT EntryIndex([in]int index);
HRESULT EntryIndex([out, retval]int* index);
HRESULT Font([out, retval]IXlsChartFont** font);