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

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

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

    See Also