[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.SheetSpanModelEventArgs

SheetSpanModelEventArgs Class

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

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

Constructors

Name Description
SheetSpanModelEventArgs(int, int, int, int, SheetSpanModelEventType)

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

Properties

Name Description
Column

Gets the column index where the event occurred.

ColumnCount

Gets the number of columns affected.

Row

Gets the row index where the event occurred.

RowCount

Gets the number of rows affected.

Type

Gets the type of event that occurred.