[]
Initializes a new instance of a Sheet.
public Sheet(XLSheet xlSheet)
Public Sub New(xlSheet As XLSheet)
| Type | Name | Description |
|---|---|---|
| XLSheet | xlSheet |
Construct a new sheet.
public Sheet(XLSheet xlSheet, C1FlexSheet sheet)
Public Sub New(xlSheet As XLSheet, sheet As C1FlexSheet)
| Type | Name | Description |
|---|---|---|
| XLSheet | xlSheet | |
| C1FlexSheet | sheet |
Initializes a new instance of a Sheet.
public Sheet()
Public Sub New()