Gets a value indicating the index into the owning
TextLineResult's collection of CharacterResults, which is the first
CharacterResult that comprises this MicrFieldResult.
Syntax
| Visual Basic (Declaration) |
|
Public ReadOnly Property StartIndex As Integer |
| Visual Basic (Usage) |
Copy Code |
Dim instance As MicrFieldResult
Dim value As Integer
value = instance.StartIndex
|
| C# |
|
public int StartIndex {get;} |
| Managed Extensions for C++ |
|
public: __property int get_StartIndex(); |
| C++/CLI |
|
public:
property int StartIndex {
int get();
} |
Remarks
See Also