SpreadsheetGear 2023
WorkbookView Constructor(IWorkbook)


SpreadsheetGear.Windows.Forms Namespace > WorkbookView Class > WorkbookView Constructor : WorkbookView Constructor(IWorkbook)
The workbook to view in the control.
Initializes a new instance of a WorkbookView control with the specified workbook.
Syntax
'Declaration
 
Public Function New( _
   ByVal workbook As IWorkbook _
)
'Usage
 
Dim workbook As IWorkbook
 
Dim instance As New WorkbookView(workbook)
public WorkbookView( 
   IWorkbook workbook
)

Parameters

workbook
The workbook to view in the control.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookView Class
WorkbookView Members
Overload List