IXlsComment |
interface IXlsComment : IDispatch { [id(1),propget] HRESULT Label([out,retval]BSTR* label); [id(1),propput] HRESULT Label([in]BSTR label); [id(2),propput] HRESULT RichText([in]IXlsRichLabel* rl); [id(3),propget] HRESULT AlwaysShow([out, retval]BOOL* alwaysshow); [id(3),propput] HRESULT AlwaysShow([in]BOOL alwaysshow); [id(4)] HRESULT Location([in]int row1, [in]int col1, [in]int row2, [in]int col2); [id(5),propput] HRESULT BackColor([in]int nRGB); [id(6),propput] HRESULT Translucid([in]BOOL translucid); [id(7),propput] HRESULT Author([in]BSTR author); [id(8),propget] HRESULT CommentRow([out, retval] int* row); [id(9),propget] HRESULT CommentColumn([out, retval] int* column); [id(10),propget] HRESULT AlternativeText([out, retval]BSTR* text); [id(10),propput] HRESULT AlternativeText([in]BSTR text); [id(11) ] HRESULT Delete(); [id(12),propput] HRESULT Style([in]IXlsStyle* style); [id(13),propget] HRESULT FillTransparency1([out,retval]int* transparency1); [id(13),propput] HRESULT FillTransparency1([in]int transparency1); }
HRESULT Label([out,retval]BSTR* label);
HRESULT Label([in]BSTR label);
HRESULT RichText([in]IXlsRichLabel* rl);
HRESULT AlwaysShow([out, retval]BOOL* alwaysshow);
HRESULT AlwaysShow([in]BOOL alwaysshow);
HRESULT Location([in]int row1, [in]int col1, [in]int row2, [in]int col2);
HRESULT BackColor([in]int nRGB);
HRESULT Translucid([in]BOOL translucid);
HRESULT Author([in]BSTR author);
HRESULT CommentRow([out, retval] int* row);
HRESULT CommentColumn([out, retval] int* column);
HRESULT AlternativeText([out, retval]BSTR* text);
HRESULT AlternativeText([in]BSTR text);
HRESULT Delete();
HRESULT Style([in]IXlsStyle* style);
HRESULT FillTransparency1([out,retval]int* transparency1);
HRESULT FillTransparency1([in]int transparency1);