Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 24,036 for

range

(0.16 sec)
  1. Delete Named Ranges with Node.js via C++|Docume...

    You can learn how to remove defined names or named Ranges from Excel or OpenOffice files with Aspose.Cells for Node.js via C++....Ask AI Delete Named Ranges with Node.js via C++ Contents [ Hide...many defined names or named ranges in the Excel files, we have...

    docs.aspose.com/cells/nodejs-cpp/delete-named-r...
  2. EditableRangeStart.Accept | Aspose.Words for .NET

    Discover the EditableRangeStart Accept method to efficiently manage visitor interactions and enhance user experience on your site....editing rights of editable ranges to a specific group/user. public...write-protect documents, editable ranges allow us to pick specific areas...

    reference.aspose.com/words/net/aspose.words/edi...
  3. Insert Hyperlinks into Excel or OpenOffice|Docu...

    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....number of rows in this hyperlink range. Number of columns, the number...of columns of this hyperlink range URL, the URL address. In the...

    docs.aspose.com/cells/java/insert-hyperlinks-to...
  4. Excel workbook saved as .docx having issues wit...

    Hi Guys I am facing a problem when saving an excel workbook as .docx. I am trying to convert the following 2 table’s that are present in the following workbook- check.zip (16.3 KB) One is having issues with it’s border…...Worksheets[0]; Range range = worksheet.Cells.MaxDisplayRange;...StyleFlag(); flag.Borders = true; range.ApplyStyle(style, flag); DocxSaveOptions...

    forum.aspose.com/t/excel-workbook-saved-as-docx...
  5. Manipulating DjVu Formats|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.... Converting Range of DjVu Pages A DjVu image may...facility to convert only specific range of DjVu pages to multipage TIFF...

    docs.aspose.com/imaging/net/manipulating-djvu-f...
  6. Change styles for complete document - Free Supp...

    Hi we are trying to change style of document, there are few issues that are seen and need support for resolving the issues we are using the below function to change the font name and font size def change_styles(self, f…...casefold() for i in range(paras.count): p = paras[i].as_paragraph()...NodeType.RUN, True) for j in range(runs.count): rr = runs[j].as_run()...

    forum.aspose.com/t/change-styles-for-complete-d...
  7. CommentRangeStart.accept method | Aspose.Words ...

    CommentRangeStart.accept method. Accepts a visitor....comments and their comment ranges using a document visitor. test...document, warp it in a comment range, and then add your comment....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Comment.initial property | Aspose.Words for Nod...

    Comment.initial property. Returns or sets the initials of the user associated with a specific comment....comments and their comment ranges using a document visitor. test...document, warp it in a comment range, and then add your comment....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 使用C++检测超链接类型|Documentation

    通过Aspose.Cells for C++ API学习如何检测超链接类型。...Cleanup (); return 1 ; } Range range = worksheet . GetCells ()..."A7" ); if ( ! range ) { std :: cerr << "Range creation failed...

    docs.aspose.com/cells/zh/cpp/detect-hyperlink-t...
  10. Get Max Column Index in Row and Max Row Index i...

    Learn how to get the max column index in a row and the max row index in a column through the Aspose.Cells for JavaScript via C++ API.... you need to know the data range of rows and columns. Aspose...create a range on the column, then traverse the range to find...

    docs.aspose.com/cells/javascript-cpp/get-max-in...