ExcelSourceOptions Members
In This Article
#Constructors
Name | Description |
---|---|
Excel |
Initializes a new instance of the Excel |
Excel |
Initializes a new instance of the Excel |
#Properties
Name | Description |
---|---|
Import |
Gets or sets settings used to import data from the Microsoft Excel workbook. |
Password | Gets or sets the password used to access the protected workbook. |
Skip |
Gets or sets whether or not to include empty rows into the resulting Excel |
Skip |
Gets or sets whether to ignore hidden columns when importing data to Excel |
Skip |
Gets or sets whether to ignore hidden rows when importing data to Excel |
Use |
Gets or sets whether to process the values of the first row as headers.
Inherited from Excel |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current Excel |
Get |
Gets the hash code that corresponds to the value of the current Excel |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also