[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellClickEventArgs

CellClickEventArgs Class

Represents the event data for the CellClick and CellDoubleClick events for the Spread component, which occurs when the user clicks or double-clicks the mouse button with the pointer on a cell.

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

Constructors

Name Description
CellClickEventArgs(SpreadView, int, int, int, int, MouseButtons, bool, bool)

Creates a new object with the CellClick event arguments.

CellClickEventArgs(SpreadView, int, int, int, int, MouseButtons, bool, bool, bool)

Creates a new object with the CellClick event arguments.

CellClickEventArgs(SpreadView, int, int, int, int, MouseButtons, bool, bool, bool, int, int)

Creates a new object with the CellClick event arguments.

Properties

Name Description
ActualColumnLayoutIndex

Gets the actual column index in layout

ActualRowLayoutIndex

Gets the actual row index in layout

Button

Gets which mouse button has been pressed.

Cancel

Gets or sets whether to cancel default processing.

Column

Gets the column index of the cell that is clicked.

ColumnFooter

Gets whether the cell that is clicked is in the column footer.

ColumnHeader

Gets whether the cell that is clicked is in the column headers.

Row

Gets the row index of the cell that is clicked.

RowHeader

Gets whether the cell that is clicked is in the row headers.

View

Gets the view that contains the cell that is clicked.

X

Gets the x-coordinate of the pointer position.

Y

Gets the y-coordinate of the pointer position.