[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IExcelOptions

IExcelOptions Interface

Represents options for processing Excel workbooks.

This interface provides access to workbook-level settings that control Excel behavior, such as formula-related options and data-related options.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface IExcelOptions
Public Interface IExcelOptions
Examples
IExcelOptions options = workbook.Options;
options.Formulas.EnableIterativeCalculation = true;
options.Data.AutomaticGroupDateTimeInPivotTable = false;

Properties

Name Description
Data

Gets options related to Excel data processing.

Returns an IDataOptions object that provides settings for data import and data analysis.

Formulas

Gets the formula-related options.