StyledRange<T> Class Members
The following tables list the members exposed by StyledRange<T>.
| Name | Description |
 | Clear | Clears specific elements in the range. |
 | ReplaceContent | Searches into the content of the range and replaces all occurences of a specific value with a new value. |
 | ReplaceContents<TSearch,TNew> | Searches into the content of the range and replaces all instances of the searchValues with their corresponding newValues. |
Top