[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IExcelOptions

Interface IExcelOptions

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Options for working with Excel.

public interface IExcelOptions

Properties

Data

Returns the IDataOptions object that represents the options related to data import and data analysis.

IDataOptions Data { get; }

Property Value

IDataOptions

Formulas

Returns the IFormulaOptions object that represents the options related to formula caculation, performance, and error handing.

IFormulaOptions Formulas { get; }

Property Value

IFormulaOptions