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

In This Topic
    NoDDSheetsException Class
    In This Topic
    Thrown when an operation is requested that requires at least one sheet in the Sheets collection (for example Saving the workbook) and no sheets exist.
    Object Model
    NoDDSheetsException Class
    Syntax
    'Declaration
     
    Public Class NoDDSheetsException 
       Inherits SpreadBuilderException
    public class NoDDSheetsException : SpreadBuilderException 
    Inheritance Hierarchy

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

    See Also