[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.TableRangeChangingEventArgs

TableRangeChangingEventArgs Class

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

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

Constructors

Name Description
TableRangeChangingEventArgs(int, int, int, int, TableChangeEventType)

Creates a new TableRangeChangingEventArgs instance.

Properties

Name Description
Column

Gets the column.

ColumnCount

Gets the column count.

Row

Gets the row.

RowCount

Gets the row count.

Type

Gets table changed type.