[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SelectionChangedEventArgs

SelectionChangedEventArgs Class

Represents the event data for the SelectionChanged event for the Spread component, which occurs when the user has changed the selection by selecting another range of cells.

Inheritance
SelectionChangedEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class SelectionChangedEventArgs : EventArgs
Public Class SelectionChangedEventArgs
    Inherits EventArgs

Constructors

Name Description
SelectionChangedEventArgs(SpreadView, CellRange)

Creates a new object with the SelectionChanged event arguments.

Properties

Name Description
Range

Gets the range of cells encompassing the selection.

View

Gets the view that contains the selection.