Sets or returns the start checking position in the text.
Namespace:
C1.Win.C1SpellAssembly: C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)
Syntax
C# |
---|
[BrowsableAttribute(false)] [DefaultValueAttribute()] public int StartPosition { get; set; } |
Visual Basic (Declaration) |
---|
<BrowsableAttribute(False)> _ <DefaultValueAttribute()> _ Public Property StartPosition As Integer |