Show / Hide Table of Contents

Class ImportOptions

Inheritance
System.Object
ImportOptions
CollectionImportOptions
DataTableImportOptions
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class ImportOptions : object

Properties

Overwrite

Gets or sets whether to overwrite data in cells on import.

Declaration
public bool Overwrite { get; set; }
Property Value
Type Description
System.Boolean

False - Insert rows to the worksheet.

Back to top Generated by DocFX