ContextMenu Method (SapCalendar)

Class

SapCalendar class

Action

Opens a context menu.

Syntax

calendar.ContextMenu(contextMenuId, contextMenuCellRow, contextMenuCellColumn, startDate, endDate)
Variable Description
contextMenuId Indicates the cell type of the cell in which the context menu was opened. CALENDARCELLTYPE.
contextMenuCellRow The context menu cell row. The value is one-based. INTEGER.
contextMenuCellColumn The context menu cell column. The value is one-based. INTEGER.
startDate The begin date. STRING.
endDate The end date. STRING.