[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.TableChangeEventType

TableChangeEventType Enum

Specifies the table changed type.

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

Fields

Name Description
AddColumn

Adds a table column.

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.

RemoveRow

Removes a table data row.

ShowHideHeader

Shows or hides the header row.

ShowHideTotal

Shows or hides the total row.