[]
Creates a sheet (SheetView object).
public SheetView()
Public Sub New()
Creates a sheet (SheetView object) with a specified name.
public SheetView(string name)
Public Sub New(name As String)
Type | Name | Description |
---|---|---|
string | name | Name of sheet |
Creates a sheet (SheetView object) according to a specified data model.
public SheetView(ISheetDataModel dataModel)
Public Sub New(dataModel As ISheetDataModel)
Type | Name | Description |
---|---|---|
ISheetDataModel | dataModel | Data model |
Creates a sheet (SheetView object) according to a specified data model and named style.
public SheetView(ISheetDataModel dataModel, NamedStyleCollection namedStyles)
Public Sub New(dataModel As ISheetDataModel, namedStyles As NamedStyleCollection)
Type | Name | Description |
---|---|---|
ISheetDataModel | dataModel | Data model |
NamedStyleCollection | namedStyles | Named style |
Creates a sheet (SheetView object) from serialization.
protected SheetView(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | SerializationInfo |
StreamingContext | context | StreamingContext |