C1.WPF.GanttView.4.6.2 Assembly / C1.WPF.GanttView Namespace / C1GanttView Class / ImportFromMsProjectXml Method
File name to import.
Indicates whether the Start and Finish will be rounded according to the DurationUnits property.

In This Topic
ImportFromMsProjectXml Method (C1GanttView)
In This Topic
Imports Microsoft Project's xml file.
Syntax
'Declaration
 
Public Sub ImportFromMsProjectXml( _
   ByVal fileName As String, _
   Optional ByVal roundToDurationUnit As Boolean _
) 
 

Parameters

fileName
File name to import.
roundToDurationUnit
Indicates whether the Start and Finish will be rounded according to the DurationUnits property.
See Also