ActiveReports.XlsExport Assembly : DataDynamics.SpreadBuilder Namespace |
Class | Description | |
---|---|---|
CompressionException | Indicates that an error (most likely related to images) occurred in the compression library. | |
DDColumn | Represents a column in a spreadsheet. | |
DDRow | Represents a single row in a sheet. | |
DDSheet | Represents an Excel worksheet. | |
DDSheetNameAlreadyExistsException | Thrown when you try to set a Name property to a value already in use. | |
DDSheets | A collection of DDSheet objects. | |
NoDDSheetsException | 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. | |
SpreadBuilderException | A general exception thrown for application errors in the DataDynamics.SpreadBuilder assembly. | |
VersionNotImplementedException | Indicates that a feature or features were not implemented for a particular version of the Excel/BIFF file format. | |
Workbook | 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.). |
Enumeration | Description | |
---|---|---|
BiffVersion | This enumeration has been deprecated. Please use the FileFormat enumeration instead. |