Library.BeforeMultiItemDisplay

This event is called before the item is drawn in a multi-item display.

Syntax Parameters Return Value
Event Library.BeforeMultiItemDisplay( _
    Workbook As Workbook, _
    WorkbookItem As WorkbookItem)
  • Workbook [in]

Type: Workbook

  • WorkbookItem [in]

Type: WorkbookItem

-