Sort Score
Result 10 results
Languages All
Labels All
Results 2,481 - 2,490 of 19,528 for

rows

(0.03 sec)
  1. Supported Excel Functions with C++|Documentation

    Supported Excel functions for reading, setting, and calculating formulas using Aspose.Cells with C++....Logical : Applies a LAMBDA to each row and returns an array of the results...reference : Returns the specified rows from an array CLEAN Text : Removes...

    docs.aspose.com/cells/cpp/supported-formula-fun...
  2. Supported Excel Functions|Documentation

    Supported excel functions for reading/setting/calculating formulas...Logical : Applies a LAMBDA to each row and returns an array of the results...reference : Returns the specified rows from an array CLEAN Text : Removes...

    docs.aspose.com/cells/net/supported-formula-fun...
  3. Document Class | Aspose.Words for .NET

    Discover the Aspose.Words.Document class for seamless Word document manipulation. Enhance your projects with powerful features and easy integration.... Rows . Add ( new object [] { "Thomas...Hanover Sq., London" }); table . Rows . Add ( new object [] { "Paolo...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Alignment Settings|Documentation

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text using JavaScript via C++. This document provides detailed steps and sample code for using Aspose.Cells for cell alignment settings....Increase the height of first row cells . rows . get ( 0 ). height =...merge the cells: First row: the first row from where to start merging...

    docs.aspose.com/cells/javascript-cpp/cells-alig...
  5. 通过C++用JavaScript格式化行列|Documentation

    Aspose.Cells for Java脚本通过C++可以支持更改行高或列宽,以及对行或列应用格式。...</ head > < body > < h1 > Set Row Height Example </ h1 > < input...get ( 0 ); worksheet . cells . rows . get ( 1 ). height = 13 ; const...

    docs.aspose.com/cells/zh/javascript-cpp/adjusti...
  6. Alignment Settings with C++|Documentation

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text. By adjusting settings such as horizontal alignment, vertical alignment, and text wrapping, you have more control over how text flows in cells. This document will provide you with detailed steps and sample code to help you quickly grasp how to use Aspose.Cells for cell alignment settings....Increase the height of first row cell . SetRowHeight ( 0 , 36...merge the cells: First row: the first row from where to start merging...

    docs.aspose.com/cells/cpp/cells-alignment-setti...
  7. Format Worksheet Cells in a Workbook with C++|D...

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports formatting worksheet cells in workbooks, allowing users to customize the appearance and style of the cells. This article will introduce how to format worksheet cells using the Aspose.Cells library.... Format cells in rows and columns. Use borders and...alignment and orientation. Set row height and column width. The...

    docs.aspose.com/cells/cpp/format-worksheet-cell...
  8. Cells Formats|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....following parameters: First Row , the first row of the range. First Column...range. Number of Rows , the number of rows in the range. Number...

    docs.aspose.com/cells/java/cells-formatting/
  9. Table: Layout issue rowspan/colspan - Free Supp...

    Hi, i have an issue in creating a table. This should be the layout for my table: table.png (4,7 KB) But this is the result: broken_table.png (6,0 KB) I only add the number of cells that are necessary per row. Nothin…...cells that are necessary per row. Nothing special… Dim doc As...Red) Dim row As Row = table.Rows.Add() Dim c As Cell = row.Cells...

    forum.aspose.com/t/table-layout-issue-rowspan-c...
  10. TableStyle class | Aspose.Words for Python

    aspose.words.TableStyle class. Represents a table style...indicating whether text in a table row is allowed to split across a...table cells. row_stripe Gets or sets a number of rows to include...

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