Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 19,332 for

rows

(0.07 sec)
  1. 使用C++的JavaScript设置打印选项|Documentation

    本文演示了如何使用JavaScript API和C++库以编程方式设置Excel工作表页面设置功能的打印选项。您可以设置打印区域、打印标题和页面顺序。...Set Print Title Columns and Rows Example </ h1 > < p > You may...; // Defining row numbers 1 & 2 as title rows pageSetup . printTitleRows...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  2. MailMerge.MappedDataFields | Aspose.Words for .NET

    Discover the MailMerge MappedDataFields property, access a powerful collection of mapped data fields to enhance your mail merge operations effortlessly.... Rows . Add ( new object [] { "Value1"...

    reference.aspose.com/words/net/aspose.words.mai...
  3. MappedDataFieldCollection.ContainsValue | Aspos...

    Discover if a field mapping exists in MappedDataFieldCollection with the ContainsValue method. Enhance your data management efficiency today!... Rows . Add ( new object [] { "Value1"...

    reference.aspose.com/words/net/aspose.words.mai...
  4. Show and Hide Worksheets and Tabs|Documentation

    This article provides sample code for using the Aspose.Cells for Python via .NET API to programmatically display and hide an Excel worksheet, as well as how to show and hide Excel workbook tabs....Assistant Close Show and Hide Rows Columns and Scroll Bars Analyzing...

    docs.aspose.com/cells/python-net/show-and-hide-...
  5. Wrong Decimal Separator in CSS Properties when ...

    Hello, when using the new option IsBorderCollapsed the properties in css for transform are set with wrong decimal separators. Eg: transform: rotate(-90deg) skew(-22,5deg); System Language is German. CultureInfo of th…...Decimal Separator in CSS for Fixed Rows When Exporting XLSX to HTML...

    forum.aspose.com/t/wrong-decimal-separator-in-c...
  6. Replace Text in PDF using C++|Aspose.PDF for C++

    Learn how to replace text in a PDF file in C++ using Aspose.PDF, enabling quick document edits....// Create rows in the table and then cells in the rows auto row3...row3 = tab2 -> get_Rows () -> Add (); row3 -> get_Cells () -> Add...

    docs.aspose.com/pdf/cpp/replace-text-in-pdf/
  7. CellMerge enumeration | Aspose.Words for Python

    aspose.words.tables.CellMerge enumeration. Specifies how a cell in a table is merged with other cells....the first column of the first row. # This cell will be the first...column of the first row, then end the row. # Also, configure the...

    reference.aspose.com/words/python-net/aspose.wo...
  8. CellMerge Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.CellMerge enum for efficient table cell merging. Enhance your document layouts with seamless integration and flexibility....the first column of the first row. // This cell will be the first...column of the first row, then end the row. // Also, configure...

    reference.aspose.com/words/net/aspose.words.tab...
  9. How to Create a Table in Word using Python

    This article describes how to create a table in Word using Python. It contains detailed instructions to configure the environment, write a program to accomplish the task, and also shares a runnable sample code for inserting table in MS Word using Python....with an image in it End the row and table using the respective...finally marking the end of a row and a table. Once the contents...

    kb.aspose.com/words/python/how-to-create-a-tabl...
  10. How to Read PDF Table in Python

    This article guides you on how to read PDF table in Python. It shares details about the IDE settings, program flow and a runnable sample code to extract table from PDF using Python....first table and parse through rows and columns to fetch all the...the collection and then each row and column is parsed to get the...

    kb.aspose.com/pdf/python/how-to-read-pdf-table-...