Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 155,495 for

2

(0.78 sec)
  1. Create a Pie Chart in VSTO and Aspose.Cells|Doc...

    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.... Cells [ 1 , 2 ] = "Users" ; //Add data from...Cells [ 2 , 1 ] = "Aspose.Cells" ; sheet . Cells [ 2 , 2 ] = 10000...

    docs.aspose.com/cells/net/create-a-pie-chart-in...
  2. IsFiltered series and ChartCalculateOptions - F...

    Hi Aspose team, It seems we have an issue if I enable “filtered” series (so not visible in the chart) by changing IsFiltered to false, indeed after a full chart calculation the datapoints seems to be empty… I have a ch…... 2 are enabled and 2 are disabled: image.png...I have no datapoints for Data 2 and scatter2 which were disabled...

    forum.aspose.com/t/isfiltered-series-and-chartc...
  3. Setting Page Options|Documentation

    This article provides sample code to set page options of Excel worksheets programmatically using Aspose.Cells for Python via .NET API. You will be able to set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....(8‑1/2 in. × 11 in.) PaperLetterSmall Letter Small (8‑1/2 in....Legal (8‑1/2 in. × 14 in.) PaperStatement Statement (5‑1/2 in. × 8‑1/2...

    docs.aspose.com/cells/python-net/setting-page-o...
  4. RowFormat.clear_formatting method | Aspose.Word...

    RowFormat.clear_formatting method. Resets to default row formatting.... write ( 'Row 1, Col 2' ) builder . end_row () # Changing...insert_cell () builder . write ( 'Row 2, Col 1' ) builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  5. How to Union or Concat self made structure - Fr...

    Hi, I have a problem because I can’t execute an UNION (or a Concat function) between 2 generic collection (System.Collections.Generic.IEnumerable`1[Cj]). I have to create a unique structure with 3 static elements (volE…...linq-reporting-engine deid January 2, 2026, 10:37am 1 Hi, I have a...(or a Concat function) between 2 generic collection (System.Collections...

    forum.aspose.com/t/how-to-union-or-concat-self-...
  6. Create or Update PowerPoint Presentation Charts...

    Create and customize charts in PowerPoint presentations using Aspose.Slides for .NET. Add, format, and edit charts with practical code examples in C#....( worksheetIndex , 0 , 2 , "Series 2" ), chart . Type ); // Add...GetCell ( worksheetIndex , 2 , 0 , "Category 2" )); chart . ChartData...

    docs.aspose.com/slides/net/create-chart/
  7. 使用 JavaScript 通过 C++ 剪切和粘贴范围|Documentation

    学习如何使用 C++ 中的脚本在工作表内剪切和粘贴单元格。...zero-based; C is column 2) worksheet . cells . get ( 0 , 2 ). value = 1...( 1 , 2 ). value = 2 ; worksheet . cells . get ( 2 , 2 ). value...

    docs.aspose.com/cells/zh/javascript-cpp/cut-and...
  8. BorderCollection.left property | Aspose.Words f...

    BorderCollection.left property. Gets the left border.... Single , 2.0 , "#000000" ); // Create a row...builder . writeln ( "Row 1, Cell 2." ); builder . endRow (); // Reset...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::DocumentBuilder::Write method | ...

    Aspose::Words::DocumentBuilder::Write method. Inserts a string into the document at the current insert position in C++....get_Border () -> set_LineWidth ( 2.5 ); builder -> get_Font () ->...builder -> Write ( u "Row 1, Col 2" ); builder -> EndRow (); // Changing...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. 使用JavaScript通过C++创建和管理Microsoft Excel文件中的表格|Doc...

    使用Aspose.Cells for JavaScript via C++插入、调整大小、编辑、删除和格式化Excel文件中的表格。...要在工作表中创建 {2},使用 {3} 集合属性来自 {4} 类。每个 {5} 实际上是..."Employee" ; cells . get ( 1 , 2 ). value = "Quarter" ; cells ...

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