Position Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class Position
type Position = class
Public Class Position
- Inheritance
-
Position
Constructors
| Position() |
Properties
| Character |
Character offset on a line in a document (zero-based). Assuming that
the line is represented as a string, the If the character value is greater than the line length it defaults back to the line length. |
| Line |
Line position in a document (zero-based). |