Sort Score
Result 10 results
Languages All
Labels All
Results 4,341 - 4,350 of 154,790 for

2

(0.13 sec)
  1. CustomPartCollection.RemoveAt | Aspose.Words fo...

    Effortlessly manage your CustomPartCollection with the RemoveAt method—quickly remove items by index for streamlined data handling.... EqualTo ( 2 )); // Clone the second part,...PackageCustomParts . RemoveAt ( 2 ); Assert . That ( doc . PackageCustomParts...

    reference.aspose.com/words/net/aspose.words.mar...
  2. Visit public Cell this[int row, int column] of ...

    using Aspose.Cells; namespace TestExcelFormat { internal class Program { static void Main(string[] args) { Workbook wb = new Workbook(@“1.xlsx”); Console.WriteLine(wb.Worksheets[0].Cells.MaxColumn); var cell = w…...Cells[0, 2]; Console.WriteLine(wb.Worksheets[0]...MaxColumn); wb.Save(@“2.xlsx”); } } } unzip 2.xlsx and open sheet1...

    forum.aspose.com/t/visit-public-cell-this-int-r...
  3. ChartShapeType enumeration | Aspose.Words for N...

    Aspose.Words.Drawing.Charts.ChartShapeType enumeration. Specifies the shape type of chart elements....BentConnector2 Bent connector 2. BentConnector3 Bent connector...CurvedConnector2 Curved connector 2. CurvedConnector3 Curved connector...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. PPTX document chart using Java | products.aspos...

    Java sample code to draw and convert chart or diagram in PPTX file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....getCell(defaultWorksheetInde, 0 , 2 , "Series 2" ), chart.getType()); //Adding...getCell(defaultWorksheetInde, 2 , 0 , "Caetegoty 2" )); chart.getChartData()...

    products.aspose.com/slides/java/chart/pptx/
  5. 3 minor things - Free Support Forum - aspose.com

    Hello Aspose.Email.dll for .Net Framework 4.5, File Description in project properties, it is set to: Aspose.Email for .NET 4.0 Misleading, better to set it correctly to 4.5. VCardContact.IsMultiContacts / MapiCon…...Discourse April 28, 2025, 12:19pm 2 @australian.dev.nerds Could you...alexander.pavlov April 28, 2025, 2:04pm 4 Hi @australian.dev.nerds...

    forum.aspose.com/t/3-minor-things/312004
  6. Aspose::Words::DocumentBuilder::StartTable meth...

    Aspose::Words::DocumentBuilder::StartTable method. Starts a table in the document in C++....builder -> Write ( u "Row 1, Col 2" ); builder -> EndRow (); // Changing...(); builder -> Write ( u "Row 2, Col 1" ); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. TextColumnCollection.Count | Aspose.Words for .NET

    Discover the TextColumnCollection Count property to easily access the number of columns in your document's section for enhanced layout control.... SetCount ( 2 ); builder . Writeln ( "Column...); builder . Writeln ( "Column 2." ); doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words/tex...
  8. 21266433.xlsx

    Sheet1 Fruits Quantity Apples 2 Apples 2 Apples 3 Apples 3 Apples 3 Apples 3 Oranges 3 Oranges 3 Oranges 3 Oranges 3 Pears 3 Pears 3 Pears 3 Pears 3 Pears 3 Mango 3 Mango 3 2016-11-23T04:55:43Z 15.......Sheet1 Fruits Quantity Apples 2 Apples 2 Apples 3 Apples 3 Apples...

    docs.aspose.com/cells/fr/cpp/creating-subtotals...
  9. PageSetup.TextColumns | Aspose.Words for .NET

    Discover the PageSetup TextColumns property, access a versatile collection of text columns to enhance your document layout and formatting effortlessly.... SetCount ( 2 ); builder . Writeln ( "Column...); builder . Writeln ( "Column 2." ); doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words/pag...
  10. Create SVG, Load and Read SVG in C# – Aspose.SV...

    Learn how to create SVG from a memory string, stream, or file; how to load SVG from the Web and read SVG using Aspose.SVG for .NET API.... Svg ; 2 ... 3 4 // Initialize an empty...snippet: Copy 1 using Aspose. Svg ; 2 using System. IO ; Copy 1 // Create...

    docs.aspose.com/svg/net/create-svg-document/