I would like to get / set my shape data properties in C# of my own object or an already created object with some shape data defined.
Data=shape.Cells["User.Level"].ToString();
I have tried this and no result. Also this:
Data=shape.Cells["Prop.Level"].FormulaU="1";
Can anyone provide the right code?
Finally I have solved this way. Forever alone!