SpreadsheetCommandFactoryServiceWrapper.Service Property
In This Article
Provides access to the service interface of the wrapper.
Namespace: DevExpress.XtraSpreadsheet.Services
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
public ISpreadsheetCommandFactoryService Service { get; }
#Property Value
Type | Description |
---|---|
ISpreadsheet |
An ISpreadsheet |
See Also