BindingSelectionChangedEventArgs Object (JavaScript API for Excel)
Provides information about the binding that raised the SelectionChanged event.
Properties
| Property | Type | Description | Req. Set |
|---|---|---|---|
| columnCount | int | Gets the number of columns selected. | 1.1 |
| rowCount | int | Gets the number of rows selected. | 1.1 |
| startColumn | int | Gets the index of the first column of the selection (zero-based). | 1.1 |
| startRow | int | Gets the index of the first row of the selection (zero-based). | 1.1 |
See property access examples.
Relationships
| Relationship | Type | Description | Req. Set |
|---|---|---|---|
| binding | Binding | Gets the Binding object that represents the binding that raised the SelectionChanged event. | 1.1 |
Methods
None