ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Excel Assembly / GrapeCity.SpreadBuilder Namespace / RowCountOutOfRangeException Class
Members

In This Topic
    RowCountOutOfRangeException Class
    In This Topic
    Thrown when the rows' count is out of range in a specific excel format.
    Object Model
    RowCountOutOfRangeException Class
    Syntax
    'Declaration
     
    Public Class RowCountOutOfRangeException 
       Inherits SpreadBuilderException
    public class RowCountOutOfRangeException : SpreadBuilderException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          System.ApplicationException
             GrapeCity.SpreadBuilder.SpreadBuilderException
                GrapeCity.SpreadBuilder.RowCountOutOfRangeException

    See Also