SpreadsheetOptions

SpreadsheetOptions class

Represents options which can be used to specify additional spreadsheets behavior.

public class SpreadsheetOptions : ISpreadsheetOptions

Constructors

NameDescription
SpreadsheetOptions()Initializes a new instance of the SpreadsheetOptions class.

Properties

NameDescription
PreferredCulture { get; set; }Gets or sets preferred culture information for calculating some functions intended for use with languages that use the double-byte character set (DBCS).
RecoverWorkbookFromChartCache { get; set; }If data source for the chart is an external workbook and it’s not available, it will be recovered from the chart cache.

See Also