Application.SpreadsheetBeforeStructureChange
This event is called before the number of variables or cases in a spreadsheet changes.
| Syntax | Parameters | Return Value |
|---|---|---|
Event Application.SpreadsheetBeforeStructureChange( _
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 |
- |