Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 175888

RE: X++ code for merging excel cells

$
0
0

Hi,

If You don't want this warning, You must change range from SysExcelRange on COM .

Example :

COM range;

range = SysExcelWorkSheet.cells().range("A1:C1").comObject();

range.MergeCells(1);


Viewing all articles
Browse latest Browse all 175888

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>