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