DeleteData

CharacterData.DeleteData method

Removes a range of content from the node.

public virtual void DeleteData(int offset, int count)
Parameter Type Description
offset Int32 The offset.
count Int32 The count.

See Also