Word.Interfaces.RepeatingSectionItemUpdateData interface
An interface for updating data on the RepeatingSectionItem object, for use in repeatingSectionItem.set({ ... }).
Properties
| range | Returns the range of this repeating section item, excluding the start and end tags. |
Property Details
range
Returns the range of this repeating section item, excluding the start and end tags.
range?: Word.Interfaces.RangeUpdateData;