Back to Devexpress

ISpreadsheetComponent Interface

officefileapi-devexpress-dot-spreadsheet-1e32b8fe.md

latest1.5 KB
Original Source

ISpreadsheetComponent Interface

Exposes the basic functionality to manage workbooks.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public interface ISpreadsheetComponent :
    IBatchUpdateable,
    IServiceContainer,
    IServiceProvider,
    ISupportsContentChanged
vb
Public Interface ISpreadsheetComponent
    Inherits IBatchUpdateable,
             IServiceContainer,
             IServiceProvider,
             ISupportsContentChanged

Remarks

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

See Also

ISpreadsheetComponent Members

DevExpress.Spreadsheet Namespace