Class | Description | |
---|---|---|
![]() | ColumnCountOutOfRangeException | Thrown when the columns' count is out of range in a specific excel format. |
![]() | CompressionException | Indicates that an error occured in the compression library most likely related to images. |
![]() | DDColumn | Represents a column in a spreadsheet. |
![]() | DDRow | Represents a single row in a sheet. |
![]() | DDSecurity | Encapsulates the information necessary to provide spreadsheet document security and encryption. |
![]() | DDSheet | Represents a WorkSheet. |
![]() | DDSheetNameAlreadyExistsException | |
![]() | DDSheets | A collection of DDSheet objects. |
![]() | EncryptedOpenXmlTools | The tool class for encrypting OpenXml format and exporting it. Can find the spec in [MS-OFFCRYPTO]. |
![]() | FormatConverter | This class is a tool for convert AR TextBox's OutputFormat and Value to Excel NumberFormat and Value. AR TextBox's OutputFormat is based on .NET Framework Formatting. See http://msdn.microsoft.com/en-us/library/fbxft59x(v=vs.80) In addition, AR OutputFormat also supports the forth section and _(undersorce). For Excel NumberFormat, see http://www.brainbell.com/tutorials/ms-office/excel/Create_Custom_Number_Formats.htm |
![]() | InvalidDDSheetNameException | 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 ] |
![]() | InvalidPasswordException | Thrown when the password is invalid in a specific excel format.(For example: the length of password is out of range.) |
![]() | NoDDSheetsException | Thrown when an operation is requested that requires at least one sheet in the Sheets collection (for example Saving the workbook). |
![]() | PageBreaks | Collection of Horiz or vertical pagebreaks. |
![]() | RowCountOutOfRangeException | Thrown when the rows' count is out of range in a specific excel format. |
![]() | SpreadBuilderException | A general exception thrown for application errors in the GrapeCity.SpreadBuilder assembly. |
![]() | VersionNotImplementedException | Indicates that a feature or features were not implemented for a particular version of the Exce./BIFF file format. |
![]() | Workbook | Represents a spreadsheet workbook that contains spreadsheets. This object will represent information that is relevant to all spreadsheets in the workbook (e.g. Author, BIFF/file version, etc...). |