Back to Devexpress

OleObjectType.PackageWithExtension(String) Method

officefileapi-devexpress-dot-spreadsheet-dot-oleobjecttype-dot-packagewithextension-x28-system-dot-string-x29.md

latest1.4 KB
Original Source

OleObjectType.PackageWithExtension(String) Method

Returns the OLE object content type that corresponds to “Package”

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public static OleObjectType PackageWithExtension(
    string extension
)
vb
Public Shared Function PackageWithExtension(
    extension As String
) As OleObjectType

Parameters

NameTypeDescription
extensionString

The extension of the embedded file.

|

Returns

TypeDescription
OleObjectType

The OLE object type.

|

See Also

OleObjectType Struct

OleObjectType Members

DevExpress.Spreadsheet Namespace