ContextMenu メソッド (SapCalendar)

クラス

SapCalendar.

処理

コンテキスト メニューを開きます。

構文

C#
calendar.ContextMenu(contextMenuId, contextMenuCellRow, contextMenuCellColumn, startDate, endDate)
VB
calendar.ContextMenu(contextMenuId, contextMenuCellRow, contextMenuCellColumn, startDate, endDate)
変数 説明
contextMenuId コンテキスト メニューを開くセルのセル タイプ。 CalendarCellType
contextMenuCellRow コンテキスト メニュー セルの行。 The value is zero-based.。 Integer
contextMenuCellColumn コンテキスト メニュー セルの列。 The value is zero-based.。 Integer
startDate 開始日。 String
endDate 終了日。 String