Skip to main content
All docs
V25.2
  • Row

    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

    public static OleObjectType PackageWithExtension(
        string extension
    )

    Parameters

    Name Type Description
    extension String

    The extension of the embedded file.

    Returns

    Type Description
    OleObjectType

    The OLE object type.

    See Also