[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.SheetSpanModelChangingEventArgs

SheetSpanModelChangingEventArgs Class

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

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

Constructors

Name Description
SheetSpanModelChangingEventArgs(int, int, int, int, SheetSpanModelChangingEventType)

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

Properties

Name Description
Column

Gets the column index where the event is going to occur.

ColumnCount

Gets the number of columns affected.

Row

Gets the row index where the event is going to occur.

RowCount

Gets the number of rows affected.

Type

Gets the type of event that is going to occur.