IXlsComments |
interface IXlsComments : IDispatch { [id(1),propget] HRESULT Count([out, retval]int* nbcomments); [id(2),propget] HRESULT ItemByIndex([in]int i, [out, retval]IXlsComment** comment); [id(3),propget] HRESULT ItemByLocation([in]int row, [in]int col, [out, retval]IXlsComment** comment); }
HRESULT Count([out, retval]int* nbcomments);
HRESULT ItemByIndex([in]int i, [out, retval]IXlsComment** comment);
HRESULT ItemByLocation([in]int row, [in]int col, [out, retval]IXlsComment** comment);