StaSpreadsheet.CreateForWrite

This function creates a new spreadsheet for write; the data is left uninitialized. You must set data for every cell.

Syntax Parameters Return Value
Sub StaSpreadsheet.CreateForWrite( _
    NumberOfCases As Long, _
    NumberOfVariables As Long)
  • NumberOfCases [in]

Type: Long

  • NumberOfVariables [in]

Type: Long

This function does not return a value.