Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 20,066 for

range

(0.05 sec)
  1. AutoFit Rows for Merged Cells with C++|Document...

    Learn how to auto-fit rows for merged cells in Excel using Aspose.Cells for C++....( 0 ); // Create a range A1:B2 Range range = sheet1 . GetCells...2 , 2 ); // Merge the cells range . Merge (); // Insert value...

    docs.aspose.com/cells/cpp/autofit-rows-for-merg...
  2. Change Cells Alignment and Keep Existing Format...

    Use the Aspose.Cells library to change cell alignment and preserve existing formatting...applies the formatting to a range of cells. Change Cells Alignment...sample Excel file , creates the range and center aligns it horizontally...

    docs.aspose.com/cells/cpp/change-cells-alignmen...
  3. 获取单元格内容|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....//Access the Maximum Display Range Range range = worksheet . getCells...tcols = range . getColumnCount (); int trows = range . getRowCount...

    docs.aspose.com/cells/zh/java/getting-cell-cont...
  4. 用C++合并或取消合并单元格范围|Documentation

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

    docs.aspose.com/cells/zh/cpp/merge-or-unmerge-r...
  5. FieldMergeBarcode.BarcodeValue | Aspose.Words f...

    Discover the FieldMergeBarcode BarcodeValue property to easily manage and customize your barcode values for enhanced data accuracy and efficiency.... Range . Fields [ 0 ]. Type ); Assert...EAN13 \\t \\p CASE \\x" , doc . Range . Fields [ 0 ]. GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Delete Named Ranges with C++|Documentation

    Learn how to remove defined names or named Ranges from Excel or OpenOffice files using Aspose.Cells for C++....Delete Named Ranges with C++ Contents [ Hide ] Introduction If...many defined names or named ranges in the Excel files, we have...

    docs.aspose.com/cells/cpp/delete-named-ranges/
  7. TxtLoadOptions.detect_hyperlinks property | Asp...

    TxtLoadOptions.detect_hyperlinks property. Specifies either to detect hyperlinks in text... range . fields : print ( field . result...'https://www.aspose.com/' , doc . range . fields [ 0 ] . result . strip...

    reference.aspose.com/words/python-net/aspose.wo...
  8. BookmarkCollection.removeAt method | Aspose.Wor...

    BookmarkCollection.removeAt method. Removes a bookmark at the specified index.... range . bookmarks ; expect ( bookmarks...bookmark = doc . range . bookmarks . at ( 0 ); doc . range . bookmarks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. BookmarkCollection.RemoveAt | Aspose.Words for ...

    Effortlessly manage your bookmarks with the RemoveAt method—quickly delete any bookmark by its index for a streamlined collection!... Range . Bookmarks ; Assert . AreEqual...bookmark = doc . Range . Bookmarks [ 0 ]; doc . Range . Bookmarks...

    reference.aspose.com/words/net/aspose.words/boo...
  10. Range.form_fields property | Aspose.Words for P...

    Range.form_fields property. Returns a [Range.form_fields](./) collection that represents all form fields in the Range....property Range.form_fields property Returns a Range.form_fields...represents all form fields in the range. @property def form_fields (...

    reference.aspose.com/words/python-net/aspose.wo...