Hi @peter liles ,
As far as I think,you could do like this:
c#:
js.Append("<script type=\"text/javascript\">");
js.Append("pix = parseInt(objtbl.style.left.replace('\"px\"', \"\"));");
js.Append("</script>");
vb:
js.Append("<script type=""text/javascript"">")
js.Append("pix = parseInt(objtbl.style.left.replace('""px""', """"))")
js.Append("</script>")
Best regards,
Yijing Sun
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.