I
Igor [ITP]
Hi.
We have tried to write a string content into the visio shapesheet cell.
This resulted each time with an out of memory exception. The code used:
celObj.FormulaU = "\"" + strValue + "\"";
What we have observed is that this error occures with the strings
larger
than 38Mb. Same thing happens using the VB code to write to a visio
cell.
Are there any limitations on the string size regarding the visio cell?
Is there any way to write larger content to a cell?
Tnx
Igor
We have tried to write a string content into the visio shapesheet cell.
This resulted each time with an out of memory exception. The code used:
celObj.FormulaU = "\"" + strValue + "\"";
What we have observed is that this error occures with the strings
larger
than 38Mb. Same thing happens using the VB code to write to a visio
cell.
Are there any limitations on the string size regarding the visio cell?
Is there any way to write larger content to a cell?
Tnx
Igor