'Declaration Public Overloads Function GetPersistentRange( _ ByVal start As Marker, _ ByVal end As Marker _ ) As PersistentRange
public PersistentRange GetPersistentRange( Marker start, Marker end )
Parameters
- start
- The marker where to start the range.
- end
- The marker where to end the range.
Return Value
The newly created instance of PersistentRange.