Gets the index of this position in its document text.
Namespace: FirstFloor.DocumentsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public int TextIndex { get; private set; } |
| Visual Basic |
|---|
Public Property TextIndex As Integer Get Private Set |
| Visual C++ |
|---|
public: property int TextIndex { int get (); private: void set (int value); } |