[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetViewEventArgs

SheetViewEventArgs Class

Represents the event data for the sheet.

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

Constructors

Name Description
SheetViewEventArgs()

Creates a new event arguments object for the sheet.

SheetViewEventArgs(int, int)

Creates a new event arguments object for the sheet, specifying the row and column.

SheetViewEventArgs(int, int, int, int)

Creates a new event arguments object for the sheet, specifying the row, column, and number of rows and columns.

Properties

Name Description
Column

Gets the column index.

ColumnCount

Gets the number of columns.

Row

Gets the row index.

RowCount

Gets the number of rows.