DeleteData

CharacterData.DeleteData method

Removes a range of content from the node.

public virtual void DeleteData(int offset, int count)
ParameterTypeDescription
offsetInt32The offset.
countInt32The count.

See Also