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)
  • Code [in]

Type: StructureChangeType

  • Index [in]

Type: Integer

  • HowMany [in]

Type: Integer

  • From [in]

Type: Integer

  • Last [in]

Type: Boolean

-