StiPosition Struct
Namespace: Stimulsoft.Base
Saving of the positions in text.
Constructors
| Constructor | Description |
|---|---|
| StiPosition(int line, int column) | Creates position in text. |
StiPosition(line: int, column: int)
Creates position in text.
Parameters
- line (int) — Line in text.
- column (int) — Column in text.
Properties
| Property | Type | Description |
|---|---|---|
| Column | int | Gets or sets column in text. |
| Line | int | Gets or sets line in text. |