ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace
Inheritance Hierarchy
GrapeCity.SpreadBuilder Namespace
Classes
 ClassDescription
ClassThrown when the number of columns is out of range in a certain Excel format.
ClassIndicates that an error has occurred in the compression library, most likely related to images.
ClassRepresents a column in a spreadsheet.
ClassRepresents a single row on a sheet.
ClassEncapsulates the information required for spreadsheet document security and encryption.
ClassRepresents a WorkSheet.
Class 
ClassA collection of DDSheet objects.
ClassThis class is a tool for converting 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
ClassThrown if the name of a sheet is changed to an invalid value. The name cannot be empty, cannot exceed 31 characters and cannot contain any of the following characters: : \ / ? * [ or ].
ClassThrown if the password is invalid in a certain Excel format (for example, the length of the password is out of range).
ClassIt is thrown when an operation is requested that requires at least one sheet in the Sheets collection (for example, when the workbook is saved).
ClassCollection of horizontal or vertical page breaks.
ClassThrown when the number of rows in a particular Excel format is out of range.
ClassA general exception thrown for application errors in the GrapeCity.SpreadBuilder assembly.
Class 
ClassRepresents a spreadsheet workbook containing spreadsheets. This object represents information that is relevant to all the spreadsheets in the workbook (e.g. author, BIFF/file version, etc...).
Structures
 StructureDescription
StructureExcel97DevKit: The cbrk field contains the number of page breaks. Each element of the rgbrk structure contains three 2-byte integers: the first specifies the row (or col for vertical) of the break, the second specifies the starting column (or row for vertical), and the third specifies the ending column (or row for vertical) for the break. All row and column numbers are 1-based, and the breaks occur after the row or column. This array is sorted by row, and then by starting/ending column. No two page breaks may overlap.
StructureRepresents the parameters for text measurement
Enumerations
 EnumerationDescription
EnumerationSpecifies the file format that the outputted file should support.
EnumerationSpecifies the level of conformance of the Open XML document when exporting to the Xlsx file format.
See Also