ExternalDataSourceOptions Properties
Contains options for data retrieval from an external data source when establishing a data binding.
Name | Description |
---|---|
Cell |
Gets or sets the converter that transforms cell values into custom objects and back.
Inherited from Data |
Import |
Gets or sets whether the first row of the binding range will contain data field names. |
Skip |
Gets or sets whether to include hidden columns into the binding range.
Inherited from Data |
Skip |
Gets or sets whether to include the hidden rows into the binding range.
Inherited from Data |
See Also