XlPlatform Enumeration 

Specifies the platform that a text file originated on.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Dim xlPlatform1 As XlPlatform = XlPlatform.xlMacintosh

Syntax

Public Enum XlPlatform
public enum XlPlatform
public enum class XlPlatform
public enum XlPlatform
public enum XlPlatform

Members

Member name Description
xlMacintosh Macintosh.
xlMSDOS MS-DOS.
xlWindows Microsoft Windows.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace