Can I use api.data.calculate to insert text?
Hi Team,
I wanted to insert a text to data cell (for example 'Add comment'). Is it possible to be done by using api.data.calculate?
This is how I see this:
Dim Comment As String = "Add comment"
api.data.calculate("V#Annotation:A#xxx:F#xxx:O#xxx:I#xxx:U1#xxx:U2#xxx:U3#xxx:U4#xxx:U5#xxx:U6#xxx:U7#xxx:U8#xxx=" & Comment)
Thanks a lot!
