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