Edit

Share via


Excel.SettingsChangedEventArgs interface

Provides information about the setting that raised the settings changed event

Remarks

[ API set: ExcelApi 1.4 ]

Properties

settings

Gets the Setting object that represents the binding that raised the settings changed event

Property Details

settings

Gets the Setting object that represents the binding that raised the settings changed event

TypeScript
settings: Excel.SettingCollection;

Property Value

Remarks

[ API set: ExcelApi 1.4 ]