Parameters
- columnIndex
- The index of column that contains cell.
- rowIndex
- The index of row that contains cell.
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Thrown if columnIndex is less than zero -or- columnIndex is equal to or greater 16383. |
System.ArgumentOutOfRangeException | Thrown if rowIndex is less than zero -or- rowIndex is equal to or greater 1048575. |
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5