ISpreadsheetComponent Interface
Exposes the basic functionality to manage workbooks.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
public interface ISpreadsheetComponent :
IBatchUpdateable,
IServiceContainer,
IServiceProvider,
ISupportsContentChanged
Remarks
The ISpreadsheetComponent interface serves as the base for IWorkbook, SpreadsheetControl, SpreadsheetControl and Workbook.
See Also