ISpreadsheetOptions

ISpreadsheetOptions interface

表示可用于指定附加电子表格行为的选项。

public interface ISpreadsheetOptions

Properties

名称描述
PreferredCulture { get; set; }获取或设置首选的区域性信息,用于计算旨在与使用双字节字符集(DBCS)的语言一起使用的某些函数。
RecoverWorkbookFromChartCache { get; set; }如果图表的数据源是外部工作簿且不可用,则会从图表缓存中恢复它。

See Also