SortField.DataOption Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how to sort text in the range specified in SortField object. Read/write.
public:
property Microsoft::Office::Interop::Excel::XlSortDataOption DataOption { Microsoft::Office::Interop::Excel::XlSortDataOption get(); void set(Microsoft::Office::Interop::Excel::XlSortDataOption value); };
public Microsoft.Office.Interop.Excel.XlSortDataOption DataOption { get; set; }
Public Property DataOption As XlSortDataOption