ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Excel Assembly / GrapeCity.ActiveReports.Export.Excel.Section Namespace / XlsExport Class
Properties Methods Events

In This Topic
    XlsExport Class Members
    In This Topic

    The following tables list the members exposed by XlsExport.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the XlsExport class.  
    Top
    Public Properties
     NameDescription
    Public PropertySets or returns a value indicating whether Excel should set the height of the row based on the contents of that row.  
    Public PropertySets or returns a value indicating whether grid lines in a workbook are displayed.  
    Public PropertySets or returns a value indicating which file format version the exported file should support.  
    Public Property

    Sets or returns a value in inches indicating how small columns can be in the Excel document. Larger values reduce number of columns in a sheet.

     
    Public Property

    Sets or returns a value in inches indicating the minimum height rows can be in the Excel document. Larger values force the export to place more controls on a single line by reducing the number of rows added to match blank space.

     
    Public PropertySets or returns a value indicating whether each page is to be exported to its own sheet. True indicates that each page in the ActiveReports document will be exported to a separate sheet.  
    Public PropertyGets or sets the level of Open XML document conformance on exporting with Xlsx file format.  
    Public PropertyReturns a XlsPageSettings object for initializing Excel file print setting.  
    Public PropertyGets or sets the value indicates should pagination be used for resulted xls document or not  
    Public PropertySets or returns a value that indicates whether completely empty vertical spacing will be removed from the output.  
    Public PropertyReturns a XlsSecurity object for initializing document security.  
    Public PropertySets or returns a value indicating the name of sheet. Sheet is default.  
    Public PropertySets or returns a value indicating whether cells should be merged together where applicable.  
    Public PropertyGets or sets the value indicating should compression be used on exporting with Xlsx file format.  
    Public PropertySets or returns whether export document with Excel default palette.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Exports the specified document to Excel format.  
    Top
    See Also