IXlsCell |
interface IXlsCell : IDispatch { [id(1),propput] HRESULT HtmlLabel([in]BSTR label); [id(1),propget] HRESULT HtmlLabel([out, retval]BSTR* label); [id(2),propput] HRESULT HtmlNumber([in]BSTR n); [id(2),propget] HRESULT HtmlNumber([out, retval]BSTR* n); [id(3),propput] HRESULT HtmlFloat([in]BSTR f); [id(3),propget] HRESULT HtmlFloat([out, retval]BSTR* f); [id(4),propput] HRESULT HtmlDate([in]BSTR hdate); [id(4),propget] HRESULT HtmlDate([out, retval]BSTR* hdate); [id(5),propput] HRESULT HtmlFormula([in]BSTR formula); [id(5),propget] HRESULT HtmlFormula([out, retval]BSTR* formula); [id(6),propput] HRESULT InPlacePicture([in]BSTR filename); }
HRESULT HtmlLabel([in]BSTR label);
HRESULT HtmlLabel([out, retval]BSTR* label);
HRESULT HtmlNumber([in]BSTR n);
HRESULT HtmlNumber([out, retval]BSTR* n);
HRESULT HtmlFloat([in]BSTR f);
HRESULT HtmlFloat([out, retval]BSTR* f);
HRESULT HtmlDate([in]BSTR hdate);
HRESULT HtmlDate([out, retval]BSTR* hdate);
HRESULT HtmlFormula([in]BSTR formula);
HRESULT HtmlFormula([out, retval]BSTR* formula);
HRESULT InPlacePicture([in]BSTR filename);