Name | Description | |
---|---|---|
![]() | Clear | Overridden. Clears specific elements in the CellRange. |
![]() | CopyAndPasteTo | Overloaded. Copies a CellRange & pastes it to another location. |
![]() | CutAndPasteTo | Overloaded. Cuts a CellRange & pastes it to another location. |
![]() | Equals | |
![]() | GetHashCode | |
![]() | GetValidationResults | Gets a list of Cells that have failed the DataValidation process. |
![]() | MergeCells | Adds the CellRange in the MergedCellCollection. |
![]() | ReplaceContent | Overridden. Searches into the content of the CellRange and replaces all occurences of a specific value with a new value. |
![]() | ReplaceContents<TSearch,TNew> | Overridden. Searches into the content of the CellRange and replaces all instances of the SearchValues with their corresponding NewValues. |
![]() | ToString | Returns the starting element and the ending element addresses in the following format ( "SE : EE " ). |
![]() | UnmergeCells | Removes all the element in the CellRange from the MergedCellCollection. |