RichText.Remove
Remove(int, int)
Verwijdert het opgegeven aantal tekens in de huidige instantie vanaf een opgegeven positie.
public RichText Remove(int startIndex, int count)
Parameter | Type | Beschrijving |
---|---|---|
startIndex | Int32 | De startindex. |
count | Int32 | De telling. |
Winstwaarde
DeRichText
.
Uitzonderingen
uitzondering | voorwaarde |
---|---|
ArgumentOutOfRangeException |
Zie ook
- class RichText
- naamruimte Aspose.Note
- montage Aspose.Note
Remove(int)
Verwijdert alle tekens in de huidige instantie, beginnend op een opgegeven positie en doorlopend tot de laatste positie.
public RichText Remove(int startIndex)
Parameter | Type | Beschrijving |
---|---|---|
startIndex | Int32 | De startindex. |
Winstwaarde
DeRichText
.
Uitzonderingen
uitzondering | voorwaarde |
---|---|
ArgumentOutOfRangeException |
Zie ook
- class RichText
- naamruimte Aspose.Note
- montage Aspose.Note