Click or drag to resize

LoadOptions Class

Represents a class for loading options of various file formats.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelLoadOptions

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.6.5
Syntax
public class LoadOptions

The LoadOptions type exposes the following members.

Constructors
 NameDescription
Public methodLoadOptions Initializes a new instance of the LoadOptions class.
Top
Properties
 NameDescription
Public propertyCsvSeparator Gets or sets a separator when uploading csv files.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldCsvTryParseNumbers Gets or sets a value indicating whether numbers should be recognized when uploading csv files.
Public fieldFormat Gets or sets a file format for loading.
Public fieldInputFilePath Gets or sets the path to the input file.
Public fieldUse1904DateSystem Gets or sets a value indicating whether to use the 1904 date system.
Top
See Also