Click or drag to resize

ExportToExcel Properties

The ExportToExcel type exposes the following members.

Properties
  NameDescription
Public propertyAbsolutePosition
Defines absolute position (starting cell). If AbsolutePosition.X >= 1 and AbsolutePosition.Y >= 1 then Position and Offset parameters will be ignored and the data will be exported at selected cell.
Public propertyBorders
Draw table borders or not.
Public propertyColumnHeaders
Export 1st table column headers or not.
Public propertyColumnHeaders2
Export 2nd, etc table column headers or not.
Public propertyDirection
Defines direction if more than one object exported.
Public propertyExpandedRowsOnly
Export only expanded rows when true.
Public propertyStatic memberFileFilter
Returns file filters in format NAME|*.EXT for selected object.
Public propertyStatic memberIsInstalled
Returns True if Excel installed on this computer.
Public propertyOffset
Defines offset between 2 blocks of data.
Public propertyOptions
Export options: NewWorksheet, AppendToBottom, AppendToRight.
Public propertyPosition
Defines starting position on the new worksheet.
Public propertyRowHeaders
Export 1st table row headers or not.
Public propertyRowHeaders2
Export 2nd, etc table row headers or not.
Public propertySpecialGroupFormating
Format grouping rows as splitting the data into multiple columns.
Public propertyStyle
Export style (font and colors) or not. This is a slow method.
Public propertyWorksheet
Name of the destination worksheet.
Top
See Also