SpreadsheetDocument.AddLabelInfoPart Method

Definition

Adds a LabelInfoPart to the SpreadsheetDocument, this part is only available in Office2021.

public DocumentFormat.OpenXml.Packaging.LabelInfoPart AddLabelInfoPart ();
member this.AddLabelInfoPart : unit -> DocumentFormat.OpenXml.Packaging.LabelInfoPart
Public Function AddLabelInfoPart () As LabelInfoPart

Returns

The newly added LabelInfoPart.

Applies to