MindFusion.Wpf Pack Programmer's Guide
ExcelExporter.View Property
See Also
 





Gets or sets an optional view. This view is used during export to write the currently active worksheet and the current cell selection. If the view is not specified, the active worksheet and cell selection are set to the default.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public WorkbookView View { get; set; }

Visual Basic  Copy Code

Public Property View As WorkbookView

 Property Value

An instance of the WorkbookView class.

 See Also

ExcelExporter Members
ExcelExporter Class
MindFusion.Spreadsheet.Wpf Namespace