ITabRangeInsertEventArgs

Assembly: Tab;

Description

The ITabRangeInsertEventArgs interface is used to work with arguments of events that occur on cell range adding.

Inheritance Hierarchy

          IEventArgs

          ITabSheetEventArgs

          ITabRangeInsertEventArgs

Comments

Use the ITabRangeDeleteEventArgs interface properties to work with arguments of events which occur on cell range deletion.

Properties

  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 adding.

Properties inherited from ITabSheetEventArgs

  Property name Brief description
TabSheet The TabSheet property returns the component, for which the event is generated.

See also:

Tab Assembly Interfaces