Method TabPosToPos
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v10.dll
TabPosToPos(string, int)
When implemented by a class, returns specified position within given string as untabbed position.
int TabPosToPos(string s, int pos)Parameters
- sstring
- Specifies string to convert. 
- posint
- Specifies index of character which position should be converted. 
Returns
- int
- Untabbed position.