Sort Score
Result 10 results
Languages All
Labels All
Results 9,861 - 9,870 of 217,956 for

new

(0.23 sec)
  1. Set Line Spacing of the Paragraph in a Shape or...

    Learn how to set the line spacing of paragraphs in shapes or textboxes using Aspose.Cells for JavaScript via C++....arrayBuffer (); wb = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { wb = new Workbook (); } const ws = wb . worksheets...

    docs.aspose.com/cells/javascript-cpp/set-line-s...
  2. Calculate Page Setup Scaling Factor with JavaSc...

    This article provides sample code explaining how to use the JavaScript API via C++ to calculate Page Setup scaling factor using the Fit to n page(s) wide by m tall option of an Excel worksheet programmatically....stream const workbook = new Workbook ( new Uint8Array ( arrayBuffer...render const sr = new SheetRender ( worksheet , new ImageOrPrintOptions...

    docs.aspose.com/cells/javascript-cpp/calculate-...
  3. FieldStart.Accept | Aspose.Words for .NET

    Discover FieldStart's Accept method to enhance visitor engagement and streamline interactions on your site. Boost conversions effortlessly!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldVisitor fieldVisitor = new FieldVisitor (); using ( IEnumerator...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Remove Duplicate Rows in a Worksheet with JavaS...

    Learn how to remove duplicate rows in a worksheet using Aspose.Cells for JavaScript via C++ and select specific columns for duplication checks....uploaded file const book = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/remove-dup...
  5. Add Pivot Connection with JavaScript via C++|Do...

    Learn how to add a pivot connection using Aspose.Cells for JavaScript via C++....(); const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/add-pivot-...
  6. Inserting Table|Aspose.Words for .NET

    Insert a table into a document and modify it easily and fast instead of using VSTO in C#....Words Document doc = new Document ( "Inserting Table.doc"...); DocumentBuilder builder = new DocumentBuilder ( doc ); // We...

    docs.aspose.com/words/net/inserting-table/
  7. 使用C++通过JavaScript实现非连续范围|Documentation

    学习如何通过C++使用Aspose.Cells for JavaScript创建命名的非连续范围。有效利用非连续单元格范围。...Creating a new Workbook object const workbook = new Workbook ();...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/impleme...
  8. Change the HTML Link Target Type with JavaScrip...

    Learn how to change the HTML link target type using Aspose.Cells for JavaScript via C++. Control the target attribute in your HTML links....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...link target type const opts = new HtmlSaveOptions (); opts . linkTargetType...

    docs.aspose.com/cells/javascript-cpp/change-the...
  9. Aspose::Words::Vba::VbaModule::get_Name method ...

    Aspose::Words::Vba::VbaModule::get_Name method. Gets or sets VBA project module name in C++....()) << std :: endl ; } // Set new source code for VBA module. You...:: Document > (); // Create a new VBA project. auto project = System...

    reference.aspose.com/words/cpp/aspose.words.vba...
  10. 用JavaScript通过C++自动填充Excel文件的范围|Documentation

    学习如何使用C++的JavaScript在Excel文件的指定范围内执行自动填充操作。...Workbook const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/autofil...