
Hi,
I'm trying to set the caret to a Line + Column pair. However ICaret only allows setting of TextPosition (Line+Character).
I can't find a way to convert Column to Character (I can only find conversions from Character to Column through GetCharacterColumn).
ICaret's CharacterColumn is not settable.
How do I set the caret to a specified Line and Column? If not possible, how do I convert a Column to Character?
Thanks