Version

ExcelDataConnectionSettings Class Members

The following tables list the members exposed by ExcelDataConnectionSettings.

Public Constructors
Public Properties
 NameDescription
Public PropertyFileStreamGets or sets System.IO.Stream of the excel file. Setting this property will initiate processing of the data found in the file. For each row found in the excel's sheet specified by WorksheetName or WorksheetIndex will be generated instances of type specified by GeneratedTypeName and ItemsSource list will be updated with these instances and then ItemsSourceChanged event is fired.  
Public PropertyGeneratedTypeNameGets or sets the name that is used for dynamically created class for the data extracted from the excel's file.  
Public PropertyItemsSourceGets the collection of the items source.  
Public PropertyWorksheetIndexGets or sets the index of the worksheet that is opened.  
Public PropertyWorksheetNameGets or sets the name of the worksheet that is opened. Is takes precedence over WorksheetIndex property.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)AddExcelCellFormatMappingMaps given excel cell format string to format string that will be used when data is visualized.  
Public Methodstatic (Shared in Visual Basic)AddExcelDateTimeCellFormatMappingMaps given excel datetime cell format string to format string that will be used when data is visualized.  
Public Methodstatic (Shared in Visual Basic)GetDateTimeValueFormatGets the format string registered for given datetime excel cell format string.  
Public Methodstatic (Shared in Visual Basic)GetValueFormatGets the format string registered for given excel cell format string.  
Public Methodstatic (Shared in Visual Basic)RemoveExcelCellFormatMappingRemove the mappings for given excel cell format string.  
Public Methodstatic (Shared in Visual Basic)RemoveExcelDateTimeCellFormatMappingRemove the mappings for given excel datetime cell format string.  
Protected Methods
 NameDescription
Protected MethodOnItemsSourceChangedCalled when ItemsSource property changes.  
Public Events
 NameDescription
Public EventItemsSourceChangedFired when Infragistics.Olap.FlatData.IFlatDataConnectionSettings.ItemsSource is changed.  
See Also