Back to Devexpress

Workbook.GetService(Type) Method

officefileapi-devexpress-dot-spreadsheet-dot-workbook-dot-getservice-x28-system-dot-type-x29.md

latest2.2 KB
Original Source

Workbook.GetService(Type) Method

Gets the service object of the specified type.

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

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public object GetService(
    Type serviceType
)
vb
Public Function GetService(
    serviceType As Type
) As Object

Parameters

NameTypeDescription
serviceTypeType

An object that specifies the type of service object to get.

|

Returns

TypeDescription
Object

A service object of the specified type, or a null reference (Nothing in Visual Basic) if there is no service object of this type.

|

Remarks

Use this method to enable your application objects to obtain a service of the Workbook in order to employ methods of the service. The Workbook implements IServiceProvider interface, so you can tell it what type of service you wish to retrieve with the GetService method; and if a service is available, it is offered to the caller object.

Implements

GetService(Type)

See Also

Workbook Class

Workbook Members

DevExpress.Spreadsheet Namespace