| Visual Basic (Declaration) | |
|---|---|
Public Property ShowXlsOptions As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterOpenDialog Dim value As Boolean instance.ShowXlsOptions = value value = instance.ShowXlsOptions | |
| C# | |
|---|---|
public bool ShowXlsOptions {get; set;} | |
Property Value
true if the Xls Options tab is to be displayed; otherwise, false.Refer to RasterOpenDialog example.
The Xls tab of the File Load Option dialog is shown in the following figure:

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code