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
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Returns the range of this repeating section item, excluding the start and end tags.
range?: Word.Interfaces.RangeUpdateData;