We've released Aspose.AdHoc 1.4.3.
- New Feature: supports sorting the fields by their displaying names
- Public Sub SortFiledsByName(ByVal comparer As IComparer)
- Public Sub SortFiledsByName()
C# Samples:
this.adhoc1.SetFieldDisplayName("FName", "First Name");
this.adhoc1.SetFieldDisplayName("LName", "Last Name");
this.adhoc1.SetFieldDisplayName("Sex", "Gender");
// Sorting the fields by name
this.adhoc1.SortFiledsByName();
// Update Field Info
this.adhoc1.UpdateFieldChanges();
- Fixed: Some misbehaviors in showing the messages
Team Lead
Aspose Guangzhou Team
About UsContact Us