IXlsRichLabel |
interface IXlsRichLabel : IDispatch { [id(1) ] HRESULT Label([in]BSTR label, [in]IXlsStyle* style); [id(2) ] HRESULT LabelWithDefaultStyle([in]BSTR label, [in]int styleindex); [id(3),propput] HRESULT HtmlLabel([in]BSTR label); [id(3),propget] HRESULT HtmlLabel([out, retval]BSTR* label); }
HRESULT Label([in]BSTR label, [in]IXlsStyle* style);
HRESULT LabelWithDefaultStyle([in]BSTR label, [in]int styleindex);
HRESULT HtmlLabel([in]BSTR label);
HRESULT HtmlLabel([out, retval]BSTR* label);