[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.RowCountOutOfRangeException

RowCountOutOfRangeException Class

Thrown when the number of rows in a particular Excel format is out of range.

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

Constructors

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.