Aspose::Words::Fields::FieldIndex::get_NumberOfColumns method. Gets or sets the number of columns per page used when building the index in C++....fields sort all entries alphabetically, so this entry will show...
Aspose::Words::VariableCollection::Add method. Adds a document variable to the collection in C++....automatically sorts variables alphabetically by name. ASSERT_EQ ( 0...
Aspose::Words::VariableCollection::Clear method. Removes all elements from the collection in C++....automatically sorts variables alphabetically by name. ASSERT_EQ ( 0...
Aspose::Words::VariableCollection::IndexOfKey method. Returns the zero-based index of the specified document variable in the collection in C++....automatically sorts variables alphabetically by name. ASSERT_EQ ( 0...
Aspose::Words::Fields::FieldXE::get_IsItalic method. Gets or sets whether to apply italic formatting to the entry's page number in C++....fields sort all entries alphabetically, so this entry will show...
Aspose::Words::Fields::FieldIndex::get_LanguageId method. Gets or sets the language ID used to generate the index in C++....fields sort all entries alphabetically, so this entry will show...
I have an issue ordering a list by date. My Word file contains the following code:
<<foreach [in MyData.OrderBy(p=>p.Date)]>><<[Name]>><</foreach>>
I want the list to print the elements of that list ordered by date. Ho…...instruction the list is ordered alphabetically (I guess it is compared...