Sort Score
Result 10 results
Languages All
Labels All
Results 2,001 - 2,010 of 19,492 for

rows

(0.21 sec)
  1. Bug 5033: Converting EsriJson to CSV- Conversio...

    Hi Alexander, Please see: Test data(Input/output): 5033-EsriJson-Csv.7z (862 Bytes) Thanks,...flat, two-dimensional table (rows and columns), whereas geometry...flat, two-dimensional table (rows and columns), whereas geometry...

    forum.aspose.com/t/bug-5033-converting-esrijson...
  2. 更改行或列的字体和颜色|Documentation

    本文介绍如何在GridDesktop中更改行或列的字体和颜色。...first row of the worksheet GridRow row = sheet . Rows [ 0 ];...to the customized Font object row . SetFont ( font ); //Setting...

    docs.aspose.com/cells/zh/net/aspose-cells-gridd...
  3. Aspose::Words::BorderCollection::get_Horizontal...

    Aspose::Words::BorderCollection::get_Horizontal method. Gets the horizontal border that is used between cells or conforming paragraphs in C++....vertical borders to a table row’s format. auto doc = System ::...System :: String :: Format ( u "Row {0}, Column 1" , i + 1 )); builder...

    reference.aspose.com/words/cpp/aspose.words/bor...
  4. Cancelling Meeting Requests with Calendar|Docum...

    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....doing a for-each loop on the Rows collection of the grid, save...form is as below: Selecting the row for which to send the cancellation...

    docs.aspose.com/email/net/cancelling-meeting-re...
  5. How to Create Table in a Word Document with Java

    This brief step-by-step guide covers how to create table in a Word Document with Java. You can perform these steps to see how to insert table in a Word document using Java in any operating system like Windows, macOS or Linux....class instance Create a new Row in the table Create a cell and...However, if you want to add a row to a table in Word document then...

    kb.aspose.com/words/java/how-to-create-table-in...
  6. Add a page break in excel at end of each page i...

    Hello, I am working on a Project to convert excel files to pdf with Aspose.Cells version 25.6. Currently I am using below code for conversion: final PageSetup pgSetup = curSheet.getPageSetup(); if (pgSetup != null && …...horizontal page breaks after specific rows curSheet.getHorizontalPageBre()...Add a page break after the 5th row curSheet.getHorizontalPageBre()...

    forum.aspose.com/t/add-a-page-break-in-excel-at...
  7. Using LightCells API with JavaScript via C++|Do...

    Learn how to read and write large Excel files using the LightCells API in JavaScript via C++. Improve performance and efficiency with less memory consumption....all the data and properties of rows and cells of this sheet to be...obtain the next row index to be saved. If a valid row index is returned...

    docs.aspose.com/cells/javascript-cpp/using-ligh...
  8. Hide the Gridlines in Excel with Python

    Hide the gridlines in Excel with Python by following this article. Get IDE details, programming steps, and a sample code to remove gridlines with Python....height of rows, refer to the article on how to adjust row height...

    kb.aspose.com/cells/python/hide-the-gridlines-i...
  9. Export Data from Excel to PPT - Free Support Fo...

    Hi, I have a query regarding export to PPT. I want to confirm whether it can be fulfilled through aspose slide. Problem: 1. Can we export data from excel to ppt. 2. I have excel which is not a Microsoft excel. I …...have excel with suppose 500 rows and after export to ppt it should...slide. 5. Can we edit data from row or column of ppt after export...

    forum.aspose.com/t/export-data-from-excel-to-pp...
  10. 在 PHP 中调整行和列的大小|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....public static function autofit_row ( $dataDir ) { # Instantiating...0 ); # Auto-fitting the 3rd row of the worksheet $worksheet ->...

    docs.aspose.com/cells/zh/java/autofit-rows-and-...