Excel.WorksheetSingleClickedEventArgs interface
Provides information about the left-clicked/tapped event and its related worksheet.
Remarks
[Api set: ExcelApi 1.10]
Properties
| address | Gets the address that represents the cell which was left-clicked/tapped for a specific worksheet. |
| offsetX | The distance, in points, from the left-clicked/tapped point to the left (or right for right-to-left languages) gridline edge of the left-clicked/tapped cell. |
| offsetY | The distance, in points, from the left-clicked/tapped point to the top gridline edge of the left-clicked/tapped cell. |
| type | Gets the type of the event. |
| worksheet |
Gets the ID of the worksheet in which the cell was left-clicked/tapped. |
Property Details
address
Gets the address that represents the cell which was left-clicked/tapped for a specific worksheet.
address: string;
Property Value
string
Remarks
[Api set: ExcelApi 1.10]
offsetX
The distance, in points, from the left-clicked/tapped point to the left (or right for right-to-left languages) gridline edge of the left-clicked/tapped cell.
offsetX: number;
Property Value
number
Remarks
[Api set: ExcelApi 1.10]
offsetY
The distance, in points, from the left-clicked/tapped point to the top gridline edge of the left-clicked/tapped cell.
offsetY: number;
Property Value
number
Remarks
[Api set: ExcelApi 1.10]
type
Gets the type of the event.
type: "WorksheetSingleClicked";
Property Value
"WorksheetSingleClicked"
Remarks
[Api set: ExcelApi 1.10]
worksheetId
Gets the ID of the worksheet in which the cell was left-clicked/tapped.
worksheetId: string;
Property Value
string
Remarks
[Api set: ExcelApi 1.10]