TabRangeDeleteEventArgs

Assembly: Tab;

Description

The TabRangeDeleteEventArgs class is used to work with event arguments which occur on cell range deletion.

Comments

To work with arguments of events which occur on cell range adding, use the TabRangeInsertEventArgs class.

Constructors

  Constructor name Brief description
Create The Create constructor creates an argument of the event which occurs on cell range deletion.

Class object properties inherited from ITabRangeDeleteEventArgs

  Property name Brief description
Range The Range property returns parameters of the table cell range.
ShiftDirection The ShiftDirection property returns the method used on cell range deleting.

See also:

Tab Assembly Classes