OleObjectType.Implicit(String to OleObjectType) Operator
Implicitly converts an OLE object type’s string ID to an OleObjectType instance.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
s | String | A string ID value to convert. |
Returns
Type | Description |
---|---|
OleObjectType | The result of conversion. |
See Also