Version

SpreadsheetSelection Class Members

The following tables list the members exposed by SpreadsheetSelection.

Protected Fields
 NameDescription
Protected Field_innerPropertyBeingSet  
Public Properties
 NameDescription
Public PropertyActiveCellReturns the cell that represents the active cell.  
Public PropertyActiveCellRangeIndexReturns the index of the selection group that contains the active cell.  
Public PropertyCellRangesReturns a read-only collection of the ranges of cells that are selected.  
Public PropertyCellRangesAddressReturns or sets a string containing the cell ranges in A1 cell reference mode.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodAddActiveCellRangeOverloaded. Adds a new cell range for the specified cell and makes it the active cell.  
Public MethodAddCellRangeOverloaded. Adds a new range to the end of the CellRanges  
Public MethodClearCellRangesResets the CellRanges to a single range containing only the ActiveCell  
Public MethodReplaceActiveCellRangeOverloaded. Replaces the range containing the ActiveCell with the specified range and using the specified cell as the new ActiveCell.  
Public MethodResetSelectionOverloaded. Clears the current selection and uses the specified cell as the ActiveCell and specified range as the new selection.  
Public MethodSetActiveCellOverloaded. Changes the ActiveCell and ActiveCellRangeIndex to the specified values.  
Public MethodUnselectRangeDeselect the cells in the specified range.  
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifierExtended)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodSetField<T> (Inherited from Infragistics.PropertyChangeNotifierExtended)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also