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.4.23
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 
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
See Also