[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.ColumnCountOutOfRangeException

ColumnCountOutOfRangeException Class

Thrown when the number of columns is out of range in a certain Excel format.

Inheritance
ColumnCountOutOfRangeException
Implements
Namespace: GrapeCity.SpreadBuilder
Assembly: MESCIUS.ActiveReports.SpreadBuilder.dll
Syntax
public class ColumnCountOutOfRangeException : SpreadBuilderException, ISerializable

Constructors

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.