SpreadsheetDocument.ChangeDocumentType(SpreadsheetDocumentType) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
更改文档类型。
public void ChangeDocumentType (DocumentFormat.OpenXml.SpreadsheetDocumentType newType);
member this.ChangeDocumentType : DocumentFormat.OpenXml.SpreadsheetDocumentType -> unit
Public Sub ChangeDocumentType (newType As SpreadsheetDocumentType)
参数
- newType
- SpreadsheetDocumentType
文档的新类型。
注解
WorkbookPart 将更改。