Parameters
- fromIndex
- Row or column index at which to start copying rows or columns
- toIndex
- Row or column index at which to paste rows or columns
- count
- Number of rows or columns to copy
Exception | Description |
---|---|
System.IndexOutOfRangeException | Specified start index is not valid; must be between 0 and the total count |
System.IndexOutOfRangeException | Specified destination index is not valid; must be between 0 and the total count |
System.ArgumentException | Specified count is not valid; must be between 1 and the total count |