Skip to main content
A newer version of this page is available. .
Row

ISpreadsheetComponent Interface

Exposes the basic functionality to manage workbooks.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

public interface ISpreadsheetComponent :
    IBatchUpdateable,
    IServiceContainer,
    IServiceProvider,
    ISupportsContentChanged

Remarks

The ISpreadsheetComponent interface serves as the base for IWorkbook, SpreadsheetControl, SpreadsheetControl and Workbook.

See Also