Library.SpreadsheetStructureChanged
This event is called when the number of variables or cases in a spreadsheet changes.
| Syntax | Parameters | Return Value |
|---|---|---|
Event Library.SpreadsheetStructureChanged( _
Spreadsheet As Spreadsheet, _
Code As StructureChangeType, _
Index As Integer, _
HowMany As Integer, _
From As Integer, _
bLast As Boolean)
|
Type: Spreadsheet
Type: StructureChangeType
Type: Integer
Type: Integer
Type: Integer
Type: Boolean |
- |