[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.-ctor

SheetView Constructor

SheetView()

Creates a sheet (SheetView object).

Declaration
public SheetView()
Public Sub New()

SheetView(string)

Creates a sheet (SheetView object) with a specified name.

Declaration
public SheetView(string name)
Public Sub New(name As String)
Parameters
Type Name Description
string name

Name of sheet

SheetView(ISheetDataModel)

Creates a sheet (SheetView object) according to a specified data model.

Declaration
public SheetView(ISheetDataModel dataModel)
Public Sub New(dataModel As ISheetDataModel)
Parameters
Type Name Description
ISheetDataModel dataModel

Data model

SheetView(ISheetDataModel, NamedStyleCollection)

Creates a sheet (SheetView object) according to a specified data model and named style.

Declaration
public SheetView(ISheetDataModel dataModel, NamedStyleCollection namedStyles)
Public Sub New(dataModel As ISheetDataModel, namedStyles As NamedStyleCollection)
Parameters
Type Name Description
ISheetDataModel dataModel

Data model

NamedStyleCollection namedStyles

Named style

SheetView(SerializationInfo, StreamingContext)

Creates a sheet (SheetView object) from serialization.

Declaration
protected SheetView(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info

SerializationInfo

StreamingContext context

StreamingContext