Assembly: Tab;
Namespace: Prognoz.Platform.Interop.Tab;
The TabRangeInsertEventArgs class is used to work with arguments of events that occur on cell range adding.
Use the ITabRangeDeleteEventArgs class to work with arguments of events which occur on cell range deletion.
Class that is used to get analog of the TabRangeInsertEventArgs class:
None;
Class that is used to get analog of the TabRangeInsertEventArgs class object:
TabRangeInsertEventArgs;
Constructor name | Brief description | |
Create | The Create constructor creates an argument of the event which occurs on cell range adding. |
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. |
See also: