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
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public WorkbookView View { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property View As WorkbookView |
An instance of the WorkbookView class.
See Also