Skip to main content

ExcelSourceOptionsViewModel Members

A ViewModel that defines the settings of an Excel Data Source.

Properties

Name Description
Culture Specifies the culture information used to parse the data being imported from a CSV file.
DetectEncoding Specifies whether the character encoding is automatically determined for an imported CSV file.
DetectNewlineType Specifies whether a character type used to identify a new line in a CSV document is determined automatically.
DetectValueSeparator Specifies whether a character used to separate values in a CSV document is determined automatically.
Encoding Specifies the character encoding of a CSV document.
NewlineType Specifies the character used to identify a new line in a CSV document.
SkipEmptyRows Specifies whether to include empty rows into the resulting Excel data source. Inherited from ExcelSourceOptionsBaseViewModel.
SkipHiddenColumns Specifies whether to ignore hidden columns when importing data to an Excel data source.
SkipHiddenRows Specifies whether to ignore hidden rows when importing data to an Excel data source.
TextQualifier Specifies the character that encloses values in a CSV document.
TrimBlanks Specifies whether to remove all leading and trailing white-space characters from each value in a CSV document.
UseFirstRowAsHeader Specifies whether to process the values of the first row as headers. Inherited from ExcelSourceOptionsBaseViewModel.
ValueSeparator Specifies a character used to separate values in a CSV document.

Methods

Name Description
Create(ExcelSourceOptions) static Creates a new ExcelSourceOptionsViewModel class descendant supporting the INotifyPropertyChanged interface.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also