[]
Creates a new spreadsheet component with only one sheet.
public FpSpread()
Public Sub New()
Creates a new spreadsheet component with the specified number of sheets.
public FpSpread(int sheetCount)
Public Sub New(sheetCount As Integer)
Type | Name | Description |
---|---|---|
int | sheetCount | Number of sheets |