Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SheetView Constructor / SheetView Constructor(ISheetDataModel,NamedStyleCollection)
Data model
Named style


In This Topic
SheetView Constructor(ISheetDataModel,NamedStyleCollection)
In This Topic
Creates a sheet (SheetView object) according to a specified data model and named style.
Syntax
'Declaration
 
Public Function New( _
   ByVal dataModel As ISheetDataModel, _
   ByVal namedStyles As NamedStyleCollection _
)
 
'Usage
 
Dim dataModel As ISheetDataModel
Dim namedStyles As NamedStyleCollection
 
Dim instance As New SheetView(dataModel, namedStyles)

Parameters

dataModel
Data model
namedStyles
Named style
See Also