Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 21,545 for

range

(0.06 sec)
  1. How to Filter Blanks or Non-Blanks|Documentation

    Learn how to filter Blanks and non-blanks by using the Aspose.Cells for Node.js via C++ API....Blanks in Excel Select the Range: Click on the letter of the...entire column or select the range where you want to filter blanks...

    docs.aspose.com/cells/nodejs-cpp/how-to-filter-...
  2. Convert PPSM to JSON Format in Android Apps | p...

    Convert PPSM to JSON format in Android Apps without using using Microsoft Excel or PowerPoint... This API provides a wide range of features for creating, manipulating...Java. This API provides a wide range of features for creating, manipulating...

    products.aspose.com/total/android-java/conversi...
  3. NumeralFormat enumeration | Aspose.Words for Py...

    aspose.words.saving.NumeralFormat enumeration. Indicates the symbol set that is used to represent numbers while rendering to fixed page formats.... Unicode range U+0660 - u+0669. EASTERN_ARABIC_INDIC...and Urdu: ۰۱۲۳۴۵۶۷۸۹. Unicode range U+06F0 - u+06F9. CONTEXT Symbol...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Reusing Style Objects|Documentation

    In Aspose.Cells for .NET, by creating and using reusable style objects, you can simplify style management and improve code efficiency. Our guide will help you leverage the advantages of reusable style objects and implement them in your application....some formatting to a large range of cells in a worksheet: Create...the style to the cells in the range. Because the Cell.GetStyle /...

    docs.aspose.com/cells/net/reusing-style-objects/
  5. 使用 C++ 自动调整合并单元格的行高|Documentation

    了解如何使用 Aspose.Cells for C++ 自动调整 Excel 中合并单元格的行高。...( 0 ); // Create a range A1:B2 Range range = sheet1 . GetCells...2 , 2 ); // Merge the cells range . Merge (); // Insert value...

    docs.aspose.com/cells/zh/cpp/autofit-rows-for-m...
  6. Find Query Tables and List Objects related to E...

    Learn how to find Query Tables and List Objects related to External Data Connections using Aspose.Cells for Node.js via C++....name and print its refersto range console . log ( "querytable...()) { const range = name . getRange (); if ( ! range . isNull ())...

    docs.aspose.com/cells/nodejs-cpp/find-query-tab...
  7. 用 Node.js 通过 C++ 合并或取消合并单元格范围|Documentation

    用 Node.js 通过 C++ 合并和取消合并 Excel 中的单元格范围。...Cells 为此提供了 Range.merge() 和 Range.unMerge() 方法。本文解释了如何将一系列单元格合并为单个单元格。...以下示例代码首先创建一个范围 — A1:D4 — 然后使用 Range.merge() 方法将该范围中的单元格合并成一个单元格。类似地,你也可以通过创建范围并调用...

    docs.aspose.com/cells/zh/nodejs-cpp/merge-or-un...
  8. TxtLoadOptions.DetectHyperlinks | Aspose.Words ...

    Discover how TxtLoadOptions' DetectHyperlinks property enhances text processing by detecting hyperlinks, improving data accuracy. Default is false.... Range . Fields ) Console . WriteLine...com/" , Is . EqualTo ( doc . Range . Fields [ 0 ]. Result . Trim...

    reference.aspose.com/words/net/aspose.words.loa...
  9. Range.replace method | Aspose.Words for Node.js

    Aspose.Words.Range.replace method...Range.Replace(System.Text.RegularExpressions...manual line break Use method Range.replace() to have more flexible...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Find and Replace in PHP|Aspose.Words for .NET

    Using Aspose.Words for .NET in PHP via COM to find and replace text in MS Word documents in C#.... $doc -> Range -> Text . PHP_EOL ; // Replace...text in the document. $doc -> Range -> Replace ( "_CustomerName_"...

    docs.aspose.com/words/net/find-and-replace-in-php/