C1.WPF Namespace / ICharRange Interface / Start Property



In This Topic
Start Property (ICharRange)
In This Topic
Gets the index of the start of the range.
Syntax
'Declaration
 
ReadOnly Property Start As Integer
 
'Usage
 
Dim instance As ICharRange
Dim value As Integer
 
value = instance.Start
See Also