M
Memo
Dear all
is there any one know how to start a new text line inside the visio shape
paragraph by using .net, what i'm trying to do is inserting some text into
the visio shape and this start a new line to insert another text. i have been
tried to use the "\n" or "\n\r" or (char)13 to start the new line but it
didnt work, and it look like this
SHAPE.Text = "first line"
SHAPE.Begin = SHAPE.End
SHAPE.Text = (the new line char)
SHAPE.Begin = SHAPE.End
SHAPE.Text = "Next line"
thanks you very much
is there any one know how to start a new text line inside the visio shape
paragraph by using .net, what i'm trying to do is inserting some text into
the visio shape and this start a new line to insert another text. i have been
tried to use the "\n" or "\n\r" or (char)13 to start the new line but it
didnt work, and it look like this
SHAPE.Text = "first line"
SHAPE.Begin = SHAPE.End
SHAPE.Text = (the new line char)
SHAPE.Begin = SHAPE.End
SHAPE.Text = "Next line"
thanks you very much