[]
Thrown when the number of rows in a particular Excel format is out of range.
public class RowCountOutOfRangeException : SpreadBuilderException, ISerializable
| Name | Description |
|---|---|
| RowCountOutOfRangeException() | Initializes a new instance of the RowCountOutOfRangeException class with a default error message. |
| RowCountOutOfRangeException(SerializationInfo, StreamingContext) | Initializes a new instance of the RowCountOutOfRangeException class with serialized data. |
| RowCountOutOfRangeException(string) | Initializes a new instance of the RowCountOutOfRangeException class with a specific error message. |