C1.Silverlight.RichTextBox.5 Assembly > C1.Silverlight.RichTextBox.Documents Namespace > C1TextPointer Class : CompareTo Method |
'Declaration Public Function CompareTo( _ ByVal other As C1TextPointer _ ) As System.Integer
public System.int CompareTo( C1TextPointer other )
Exception | Description |
---|---|
System.ArgumentException | Throws ArgumentException if position does not belong to the same text container as this C1TextPointer. |