Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.BindingSelectionChangedEventArgs interface
- Package:
- excel
Provides information about the selection that raised the selection changed event.
Note*: If multiple, discontiguous cells are selected, Binding.onSelectionChanged only reports row and column information for one selection. Use Worksheet.onSelectionChanged for multiple selected ranges.
Properties
| binding | Gets a temporary |
| columnCount | Gets the number of columns selected. |
| rowCount | Gets the number of rows selected. |
| startColumn | Gets the index of the first column of the selection (zero-based). |
| startRow | Gets the index of the first row of the selection (zero-based). |
Property Details
binding
Gets a temporary Binding object that contains the ID of the Binding object that raised the event. Use that ID with BindingCollection.getItem(id) to get the binding.
binding: Excel.Binding;
Property Value
Remarks
columnCount
Gets the number of columns selected.
columnCount: number;
Property Value
number
Remarks
rowCount
Gets the number of rows selected.
rowCount: number;
Property Value
number
Remarks
startColumn
Gets the index of the first column of the selection (zero-based).
startColumn: number;
Property Value
number
Remarks
startRow
Gets the index of the first row of the selection (zero-based).
startRow: number;
Property Value
number
Remarks
Office Add-ins
Feedback
Was this page helpful?
