ActiveReports Developer 7
GrapeCity.SpreadBuilder Namespace
See Also  Inheritance Hierarchy
GrapeCity.ActiveReports.Export.Excel.v7 Assembly : GrapeCity.SpreadBuilder Namespace

Glossary Item Box

The GrapeCity.SpreadBuilder namespace contains the Column, Row, Sheet and Workbook classes used for building Excel spreadsheets.

Classes

 ClassDescription
ClassColumnCountOutOfRangeException Thrown when the columns' count is out of range in a specific excel format.
ClassCompressionException Indicates that an error (most likely related to images) occurred in the compression library.
ClassDDColumn Represents a column in a spreadsheet.
ClassDDRow Represents a single row in a sheet.
ClassDDSecurity Encapsulates the information necessary to provide spreadsheet document security and encryption.
ClassDDSheet Represents an Excel worksheet.
ClassDDSheetNameAlreadyExistsException Thrown when you try to set a Name property to a value already in use.
ClassDDSheets A collection of DDSheet objects.
ClassInvalidDDSheetNameException Thrown when change a sheet's name to an invalid value. The name cannot be empty, cannot exceed 31 characters and cannot contain any of following characters: : \ / ? * [ or ]
ClassInvalidPasswordException Thrown when the password is invalid in a specific excel format.(For example: the length of password is out of range.)
ClassNoDDSheetsException 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.
ClassRowCountOutOfRangeException Thrown when the rows' count is out of range in a specific excel format.
ClassSpreadBuilderException A general exception thrown for application errors in the GrapeCity.SpreadBuilder assembly.
ClassVersionNotImplementedException Indicates that a feature or features were not implemented for a particular version of the Excel/BIFF file format.
ClassWorkbook Represents a workbook that contains spreadsheets. This object presents information that is relevant to all spreadsheets in the workbook (e.g. Author, BIFF/file version, etc.).

Enumerations

 EnumerationDescription
EnumerationFileFormat Specifies the file format that the outputted file should support.

See Also