Sign In  Sign Up Live-Chat

Aspose.AdHoc 1.4.3 Avaliable

Last post 12-31-2005, 1:47 AM by iret. 0 replies.
Sort Posts: Previous Next
  •  12-31-2005, 1:47 AM 38645

    Aspose.AdHoc 1.4.3 Avaliable

    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 Us

    Contact Us
     
View as RSS news feed in XML