Sort Score
Result 10 results
Languages All
Labels All
Results 4,691 - 4,700 of 155,203 for

2

(0.28 sec)
  1. 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/it/cpp/creating-subtotals...
  2. removeduplicates.xlsx

    Sheet1 1 2 3 4 1 2 3 4 5 6 7 8 5 6 7 8 9 10 11 12 13 14 15 16 2021-12-21T08:46:23Z 16.0300 luo 2015-06-05T18:17:20Z 2021-12-21T08:46:23Z 2021-12-21T08:46:23Z 2021-12-21T08:46:23Z false 2021-12-21T0......Sheet1 1 2 3 4 1 2 3 4 5 6 7 8 5 6 7 8 9 10 11 12 13 14 15 16...

    docs.aspose.com/cells/fr/cpp/remove-duplicate-r...
  3. 通过HTML设置单元格值以显示项目符号,使用C++|Documentation

    使用HTML和易于使用的Aspose.Cells for C++ API为Excel单元格添加项目符号。...0pt;color:#009DD9;mso-font-charset:2;'>l</font>" u "<font style='f...:top;text-align:left;'> Text 2 </font>" u "<font style='font...

    docs.aspose.com/cells/zh/cpp/display-bullets-by...
  4. ChartDataLabel.ShowLegendKey | Aspose.Words for...

    Discover the ChartDataLabel ShowLegendKey property to easily control legend key visibility on your charts. Enhance clarity and data presentation effortlessly!...( "Series 2" )); Assert . That ( chart . Series [ 2 ]. Name ,.... Series [ 1 ]. DataLabels [ 2 ]; dataLabel . Format . Fill ...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ChartDataLabel.ShowValue | Aspose.Words for .NET

    Discover the ChartDataLabel ShowValue property to enhance your data visualization. Control value display in labels for clearer insights. Default, false....( "Series 2" )); Assert . That ( chart . Series [ 2 ]. Name ,.... Series [ 1 ]. DataLabels [ 2 ]; dataLabel . Format . Fill ...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Document.FirstSection | Aspose.Words for .NET

    Retrieve the first section of your document effortlessly. Enhance your workflow with our Document FirstSection property for streamlined organization.... EqualTo ( 2 )); // Each section has its own...PageSetup . TextColumns . SetCount ( 2 ); builder . Writeln ( "Column...

    reference.aspose.com/words/net/aspose.words/doc...
  7. FootnoteOptions.restart_rule property | Aspose....

    FootnoteOptions.restart_rule property. Determines when automatic numbering restarts.... write ( 'Text 2. ' ) builder . insert_footnote...FOOTNOTE , footnote_text = 'Footnote 2.' ) builder . insert_break ( aw...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Notes::FootnoteOptions::get_Star...

    Aspose::Words::Notes::FootnoteOptions::get_StartNumber method. Specifies the starting number or character for the first automatically numbered footnotes in C++....); builder -> Write ( u "Text 2. " ); builder -> InsertFootnote...FootnoteType :: Footnote , u "Footnote 2." ); builder -> Write ( u "Text...

    reference.aspose.com/words/cpp/aspose.words.not...
  9. TxtListIndentation | Aspose.Words for Java

    Specifies how list levels are indented when document is exporting to SaveFormat.TEXT format in Java....writeln("Item 2"); builder.getListFormat().listIndent();...fileContainsString("1. Item 1\r\n" + " a. Item 2\r\n" + " i. Item 3", docText);...

    reference.aspose.com/words/java/com.aspose.word...
  10. DeleteBlankOptions set start and end index to 0...

    The following code snippet DeleteBlankOptions options = new DeleteBlankOptions(); options.setStartIndex(0); System.out.println(options.getStartIndex()); options.setStartIndex(1); System.out.println(options.getStartIndex…...cells-java Tim49 April 23, 2025, 2:29pm 1 The following code snippet...johnson.shi April 23, 2025, 2:53pm 2 @Tim49 We have found the issue...

    forum.aspose.com/t/deleteblankoptions-set-start...