[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.SheetSelectionModelEventArgs

SheetSelectionModelEventArgs Class

Represents the event data for the Changed event of the selection model for the sheet.

Inheritance
SheetSelectionModelEventArgs
Namespace: FarPoint.Web.Spread.Model
Assembly: FarPoint.Web.Spread.dll
Syntax
public class SheetSelectionModelEventArgs : EventArgs
Public Class SheetSelectionModelEventArgs
    Inherits EventArgs

Constructors

Name Description
SheetSelectionModelEventArgs(int, int, int, int)

Creates a new Changed event arguments object for the selection model for the sheet.

Properties

Name Description
Column

Gets the column index of the selection.

ColumnCount

Gets the number of columns in the selection.

Row

Gets the row index of the selection.

RowCount

Gets the number of rows in the selection.

Methods

Name Description
ToString()

Returns a string that represents the current SheetSelectionModelEventArgs object.