[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.OpenOptionsBase

OpenOptionsBase Class

Base class for workbook open options.

This abstract class defines the common contract for option objects passed to workbook open APIs. Concrete subclasses represent format-specific settings for opening different workbook sources, such as CSV, XLSX, XLSM, XLTX, or SpreadJS .sjs content.

Each subclass assigns its associated OpenFileFormat through this property and can expose additional settings for its target format. Use FileFormat to inspect the format associated with a concrete options instance.

Inheritance
OpenOptionsBase
Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public abstract class OpenOptionsBase
Public MustInherit Class OpenOptionsBase

Constructors

Name Description
OpenOptionsBase()

Properties

Name Description
FileFormat

Gets the file format setting for these open options.

This value identifies the workbook format associated with the current options instance, such as Csv for CsvOpenOptions or Sjs for SjsOpenOptions.