Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 37,468 for

list

(0.15 sec)
  1. Remove Duplicate Rows in Excel using C#

    This article assists how to remove duplicate rows in Excel using C#. It provides the IDE settings, steps, and a code to delete duplicate lines in Excel using C#....the development environment, a list of steps to write the application...flag for headers, and columns list Remove duplicate rows within...

    kb.aspose.com/cells/net/remove-duplicate-rows-i...
  2. 集成到本地模式中的Microsoft Report Viewer|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....format to appear on the dropdown list.</param> /// <param name="extensionType">The...returns a list of supported // rendering extensions. This list is also...

    docs.aspose.com/cells/zh/reportingservices/inte...
  3. TabAlignment | Aspose.Words for Java

    Specifies the alignment/type of a tab stop in Java.... LIST The tab is a delimiter between...number/bullet and text in a list item. RIGHT Right-aligns the...

    reference.aspose.com/words/java/com.aspose.word...
  4. Data Validation|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....are restricted to a list of values . List validation defines a...a separate list of values that can be applied to a cell, or cell...

    docs.aspose.com/cells/java/data-validation/
  5. HtmlLoadOptions.WebRequestTimeout | Aspose.Word...

    Discover HtmlLoadOptions' WebRequestTimeout property, allowing you to customize timeout settings for optimal web performance. Default, 100 seconds....document loading operation in a List. /// </summary> private class...mWarnings . Add ( info ); } public List < WarningInfo > Warnings ()...

    reference.aspose.com/words/net/aspose.words.loa...
  6. Accessing Table from Cell and Adding Values ins...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....add values inside the Table or List Object using Cell.put_value()...add values inside the Table or List Object using row and column...

    docs.aspose.com/cells/python-net/accessing-tabl...
  7. 使用JavaScript通过C++添加带有命名目标的PDF书签|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++添加带有命名目标的PDF书签,确保在更改页面后书签依然完好无损。...Sub-Bookmarks in list const list = []; list . push ( subbookmarkEntry1...subbookmarkEntry1 ); list . push ( subbookmarkEntry2 ); // Assign Sub-Bookmarks...

    docs.aspose.com/cells/zh/javascript-cpp/add-pdf...
  8. FontSettings.substitution_settings property | A...

    FontSettings.substitution_settings property. Settings related to font substitution mechanism.... assertEqual ( 1 , len ( list ( doc . font_settings . substitution_settings...self . assertIn ( 'Calibri' , list ( doc . font_settings . substitution_settings...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Linq OrderBy Date - Free Support Forum - aspose...

    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…...1 I have an issue ordering a list by date. My Word file contains...I want the list to print the elements of that list ordered by...

    forum.aspose.com/t/linq-orderby-date/326670
  10. Chinese Date Language locale is not supported i...

    As i am trying to update date format in traditional chinese locale (“zh-Hant”) using the following code attached template. but format is not supported. package com.sirionlabs; import com.aspose.words.*; import com.asp…...List; public class Main4 { TemplateDataUtilServ...if (valueObj instanceof List) { List<IdName> values = new Gson()...

    forum.aspose.com/t/chinese-date-language-locale...