From: Laurent R. <ro...@cl...> - 2002-09-14 08:55:23
|
Hi, Actualy, AxWindow not handle property with extra paramater. It's first time, i see kind of property. Trying to made a new version for handle this. Laurent. --- OleView Description --- [id(0x00000041), propget, helpstring("Returns/sets the text contents of an arbitrary cell (row/col subscripts)."), helpcontext(0x00059215)] BSTR TextMatrix( [in] long Row, [in] long Col); [id(0x00000041), propput, helpstring("Returns/sets the text contents of an arbitrary cell (row/col subscripts)."), helpcontext(0x00059215)] void TextMatrix( [in] long Row, [in] long Col, [in] BSTR rhs); -------- |