Back to Devexpress

Workbook.AddService Method

officefileapi-devexpress-dot-spreadsheet-dot-workbook-dot-addservice.md

latest2.1 KB
Original Source

Workbook.AddService Method

NameParametersDescription
AddService(Type, ServiceCreatorCallback, Boolean)serviceType, callback, promote

Adds the specified service to the service container.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code.

| | AddService(Type, ServiceCreatorCallback) | serviceType, callback |

Adds the specified service to the service container.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code.

| | AddService(Type, Object, Boolean) | serviceType, serviceInstance, promote |

Adds the specified service to the service container.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code.

| | AddService(Type, Object) | serviceType, serviceInstance |

Adds the specified service to the service container.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code.

|