Spreadsheet.StructureChanged
This event is called when the size of the spreadsheet has changed.
| Syntax | Parameters | Return Value |
|---|---|---|
Event Spreadsheet.StructureChanged( _
Code As StructureChangeType, _
Index As Integer, _
HowMany As Integer, _
From As Integer, _
Last As Boolean)
|
Type: StructureChangeType
Type: Integer
Type: Integer
Type: Integer
Type: Boolean |
- |