 | TextPropertiesFileType Property |
fileType
Represents the following attribute in the schema: fileType
Namespace: DocumentFormat.OpenXml.SpreadsheetAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic EnumValue<FileTypeValues> FileType { get; set; }Public Property FileType As EnumValue(Of FileTypeValues)
Get
Set
public:
property EnumValue<FileTypeValues>^ FileType {
EnumValue<FileTypeValues>^ get ();
void set (EnumValue<FileTypeValues>^ value);
}member FileType : EnumValue<FileTypeValues> with get, set
Property Value
EnumValueFileTypeValues
See Also