Quantcast
Channel: OutSystems Community
Viewing all articles
Browse latest Browse all 1476385

[Forums] Excel Delete column

$
0
0

Question. Is it possible to add the Column_Delete and the DeleteComment function to the forge component? 


C# Column_Delete:

            ExcelWorksheet ws;

            ws = (ExcelWorksheet)ssWorksheet;

            ws.DeleteColumn(ssColumn);

C# DeleteComment   

            ExcelWorksheet ws;

            ws = (ExcelWorksheet)ssWorksheet;

            ws.Comments.Remove(ws.Cells[ssRow, ssColumn].Comment);


Viewing all articles
Browse latest Browse all 1476385

Trending Articles



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