Search
ExcelExporter.Export Method
See Also
 





Exports the specified calendar as an Open Office XML format.

Namespace: MindFusion.Scheduling.Export
Assembly: MindFusion.Scheduling.Excel

 Syntax

C#  Copy Code

public void Export (
    Calendar calendar,
    string fileName
)

Visual Basic  Copy Code

Public Sub Export ( _
    calendar As Calendar, _
    fileName As String _
)

 Parameters

calendar
The Calendar to export.
fileName

The name of the target file.

 See Also