Share via


TextProperties.FileType Property

Definition

fileType

Represents the following attribute in the schema: fileType

[DocumentFormat.OpenXml.SchemaAttr(0, "fileType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.FileTypeValues> FileType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.FileTypeValues> FileType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "fileType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.FileTypeValues>? FileType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("fileType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.FileTypeValues>? FileType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.FileTypeValues>? FileType { get; set; }
member this.FileType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.FileTypeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "fileType")>]
member this.FileType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.FileTypeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("fileType")>]
member this.FileType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.FileTypeValues> with get, set
Public Property FileType As EnumValue(Of FileTypeValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to