Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 5,156 for

split

(0.48 sec)
  1. 用 C++ 在 Excel 工作表中分屏|Documentation

    在本文中,您将学习如何通过编程方式使用 C++ 将工作表分成两部分或四部分,以在不同的窗格中显示特定的行和/或列。...Split 方法进行拆分。 #include <iostream>...); // Split worksheet vertically on columns. sheet . Split ();...

    docs.aspose.com/cells/zh/cpp/how-to-split-scree...
  2. HtmlSaveOptions.documentSplitHeadingLevel prope...

    HtmlSaveOptions.documentSplitHeadingLevel property. Specifies the maximum level of headings at which to Split the document...level of headings at which to split the document. Default value...to 9, the document will be split at paragraphs formatted using...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Python中的分割窗格|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....setActiveCell ( "A20" ); # Split the worksheet window workbook...getWorksheets (). get ( 0 ). split (); # Save the excel file workbook...

    docs.aspose.com/cells/zh/java/split-panes-in-py...
  4. SplitOptions.SplitCriteria | Aspose.Words for .NET

    Discover how the SplitOptions SplitCriteria property enhances document management by efficiently dividing your content into manageable sections....Specifies the criteria for splitting the document into parts. public...set ; } Examples Shows how to split document by pages. string doc...

    reference.aspose.com/words/net/aspose.words.low...
  5. Working With Tasks | Aspose.Tasks Documentation

    Learn how to manage and organize tasks efficiently using Aspose.Tasks for Java....scheduled and it needs to be split into two or more parts. Aspose...Microsoft Project feature. Splitting Tasks The SplitParts property...

    docs.aspose.com/tasks/java/split-tasks/
  6. Worksheet Views|Documentation

    This article will describe how to use C# and the .NET API to interact with the page break preview of an Excel workbook and worksheets. Work with Split panes, frozen panes, and zoom factor as well.... Split Panes If you need to split the screen to...in the same worksheet, use split panes. Microsoft Excel offers...

    docs.aspose.com/cells/net/worksheet-views/
  7. SplitterContext | Aspose.Words for Java

    Document Splitter context in Java.... Examples: Shows how to split document by pages using context...docx") .execute(); Shows how to split document from the stream by...

    reference.aspose.com/words/java/com.aspose.word...
  8. Splitter class | Aspose.Words for Python

    aspose.words.lowcode.Splitter class. Provides methods intended to Split the documents into parts using different criteria....Provides methods intended to split the documents into parts using...numbers that were removed. split(input_file_name, output_file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  9. HtmlSaveOptions.DocumentSplitHeadingLevel | Asp...

    Optimize document Splitting with HtmlSaveOptions' DocumentSplitHeadingLevel. Control heading levels for better organization. Default set to 2....level of headings at which to split the document. Default value...to 9, the document will be split at paragraphs formatted using...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Unmerge Cells in Excel using C#

    Refer to this article to unmerge cells in Excel using C#. It has the IDE settings, steps, and a sample code to Split merged cells using C#.... Steps to Split Merged Cells using C# Set the...use Aspose.Cells for .NET to split cells Load the source Excel...

    kb.aspose.com/cells/net/unmerge-cells-in-excel-...