SpreadsheetDocument.ChangeDocumentType(SpreadsheetDocumentType) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Modifie le type de document.
public void ChangeDocumentType (DocumentFormat.OpenXml.SpreadsheetDocumentType newType);
member this.ChangeDocumentType : DocumentFormat.OpenXml.SpreadsheetDocumentType -> unit
Public Sub ChangeDocumentType (newType As SpreadsheetDocumentType)
Paramètres
- newType
- SpreadsheetDocumentType
Nouveau type du document.
Remarques
Le WorkbookPart sera modifié.