Method Insert
- Namespace
- Terminal.Gui.Editor.Document
- Assembly
- Terminal.Gui.Editor.dll
Insert(int, string)
void Insert(int offset, string text)
Parameters
offset int
text string
Insert(int, ITextSource)
void Insert(int offset, ITextSource text)
Parameters
offset int
text ITextSource
Insert(int, string, AnchorMovementType)
void Insert(int offset, string text, AnchorMovementType defaultAnchorMovementType)
Parameters
offset int
text string
defaultAnchorMovementType AnchorMovementType
Insert(int, ITextSource, AnchorMovementType)
void Insert(int offset, ITextSource text, AnchorMovementType defaultAnchorMovementType)
Parameters
offset int
text ITextSource
defaultAnchorMovementType AnchorMovementType