Leadtools.WinForms.CommonDialogs.File Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterDialogXlsFileOptions Class
See Also  Members  
Leadtools.WinForms.CommonDialogs.File Namespace : RasterDialogXlsFileOptions Class



Represents the load options that are used to load Microsoft Office Excel Workbook (XLS) files.

Syntax

Visual Basic (Declaration) 
Public Class RasterDialogXlsFileOptions 
Visual Basic (Usage)Copy Code
Dim instance As RasterDialogXlsFileOptions
C# 
public class RasterDialogXlsFileOptions 
C++/CLI 
public ref class RasterDialogXlsFileOptions 

Example

Refer to RasterOpenDialog example.

Remarks

This class is used to fill the Xls tab on the File Load Options dialog. The Xls tab of the File Load Option dialog is shown in the following figure:

Inheritance Hierarchy

System.Object
   Leadtools.WinForms.CommonDialogs.File.RasterDialogXlsFileOptions

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also