Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 150,874 for

2

(0.19 sec)
  1. 5115154.pdf

    89 1 MINIFS(A1:A6,B1:B6,1) 85 93 2 MAXIFS(A1:A6,B1:B6,2) 96 96 2 85 1 91 2 88 1 MINIFS returns the smallest of yellow cells because yellow cells match with criteria 1. MAXIFS returns the largest of......1) 85 93 2 MAXIFS(A1:A6,B1:B6,2) 96 96 2 85 1 91 2 88 1 MINIFS...green cells match with criteria 2. D:20161116101756Z Aspose.Cells...

    docs.aspose.com/cells/es/cpp/calculation-of-exc...
  2. 5115154.pdf

    89 1 MINIFS(A1:A6,B1:B6,1) 85 93 2 MAXIFS(A1:A6,B1:B6,2) 96 96 2 85 1 91 2 88 1 MINIFS returns the smallest of yellow cells because yellow cells match with criteria 1. MAXIFS returns the largest of......1) 85 93 2 MAXIFS(A1:A6,B1:B6,2) 96 96 2 85 1 91 2 88 1 MINIFS...green cells match with criteria 2. D:20161116101756Z Aspose.Cells...

    docs.aspose.com/cells/sv/cpp/calculation-of-exc...
  3. Cut and Paste Range with C++|Documentation

    Learn how to cut and paste cells within a worksheet using Aspose.Cells for C++.... Get ( 0 , 2 ). SetValue ( 1 ); worksheet ...1 , 2 ). SetValue ( 2 ); worksheet . GetCells (). Get ( 2 , 2...

    docs.aspose.com/cells/cpp/cut-and-paste-cells/
  4. HtmlSaveOptions.document_split_heading_level pr...

    HtmlSaveOptions.document_split_heading_level property. Specifies the maximum level of headings at which to split the document... Default value is 2 . @property def document_split_heading_level...formatted using Heading 1 , Heading 2 , Heading 3 etc. styles up to...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Saving::BookmarksOutlineLevelCol...

    Aspose::Words::Saving::BookmarksOutlineLevelCollection class. A collection of individual bookmarks outline level. To learn more, visit the documentation article in C++....document outline at level 1; 2 for level 2 and so on. Examples Shows...-> StartBookmark ( u "Bookmark 2" ); builder -> Writeln ( u "Text...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. NodeCollection.RemoveAt | Aspose.Words for .NET

    Effortlessly remove nodes from your collection with the NodeCollection RemoveAt method. Streamline document management by removing specific nodes quickly....example -1 means the last node, -2 means the second before last and...); builder . Write ( "Section 2" ); Assert . That ( doc . GetText...

    reference.aspose.com/words/net/aspose.words/nod...
  7. New Line in Cells|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.... Cells [ 2 , 2 ]. Value = "Use \n with word...Style style = sheet . Cells [ 2 , 2 ]. GetStyle (); // Set Text...

    docs.aspose.com/cells/net/new-line-in-cells/
  8. DocumentBuilder.DeleteRow | Aspose.Words for .NET

    Effortlessly remove rows from tables with the DocumentBuilder DeleteRow method. Streamline your document editing and enhance your workflow!... Write ( "Row 1, cell 2." ); builder . EndRow (); builder...InsertCell (); builder . Write ( "Row 2, cell 1." ); builder . InsertCell...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Cut and Paste Range with Node.js via C++|Docume...

    Learn how to cut and paste cells within a worksheet using Aspose.Cells for Node.js via C++.... get ( 0 , 2 ). setValue ( 1 ); worksheet ...1 , 2 ). setValue ( 2 ); worksheet . getCells (). get ( 2 , 2...

    docs.aspose.com/cells/nodejs-cpp/cut-and-paste-...
  10. Document.sections property | Aspose.Words for N...

    Document.sections property. Returns a collection that represents all sections in the document....writeln ( "This text is in section 2." ); expect ( doc . sections ...SectionStart . NewPage ); // 2 - Starts the next section on the...

    reference.aspose.com/words/nodejs-net/aspose.wo...