[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.TableItemChangeEventType

TableItemChangeEventType Enum

Specifies the table item change type.

Namespace: FarPoint.Win.Spread.Model
Assembly: FarPoint.Win.Spread.dll
Syntax
public enum TableItemChangeEventType
Public Enum TableItemChangeEventType

Fields

Name Description
AddColumn

Adds a table column.

AddItem

Adds a table into the table collection.

AddRow

Adds a table data row.

Move

Moves a table.

MoveColumn

Moves a table column.

MoveRow

Moves a table data row.

RemoveColumn

Removes a table column.

RemoveItem

Removes a table from the collection.

RemoveRow

Removes a table data row.

ShowHideHeader

Shows or hides the header row.

ShowHideTotal

Shows or hides the total row.