Sections.CreateAsync Method
| Name | Parameters | Description |
|---|---|---|
| CreateAsync(SectionBreakType, CancellationToken) | type, cancellationToken | Inserts a section break at the current position and creates a new section. |
| CreateAsync(Int32, SectionBreakType, CancellationToken) | position, type, cancellationToken | Inserts a section break at the specified position and creates a new section. |