Sort Score
Result 10 results
Languages All
Labels All
Results 5,651 - 5,660 of 19,530 for

rows

(0.12 sec)
  1. How to properly render DataTable in Word templa...

    I’m trying to render a simple table in my template, but can’t get it quite right. Here’s my code: var dataTable = CreateTestDataTable(); var columnNames = dataTable.Columns.Cast<DataColumn>().Select(x => x.ColumnName…...Rows.Add(row1); var row2 = table...row2["Column2"] = "Value 2.2"; table.Rows.Add(row2); return table; } Here’s...

    forum.aspose.com/t/how-to-properly-render-datat...
  2. Настройка высоты строки и ширины столбца в PHP|...

    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....PHP-код public static function set_row_height ( $dataDir ) { # Instantiating...Setting the height of the second row to 13 $cells -> setRowHeight...

    docs.aspose.com/cells/ru/java/adjusting-row-hei...
  3. Justera radhöjd och kolumnbredd i PHP|Documenta...

    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....PHP-kod public static function set_row_height ( $dataDir ) { # Instantiating...Setting the height of the second row to 13 $cells -> setRowHeight...

    docs.aspose.com/cells/sv/java/adjusting-row-hei...
  4. 自动调整工作表列宽|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...."Sheet1" ); IRow row = sheet . CreateRow ( 0 ); row . CreateCell...); row . CreateCell ( 1 ). SetCellValue ( "Hello" ); row . CreateCell...

    docs.aspose.com/cells/zh/net/auto-fit-columns-i...
  5. Aggiorna i riferimenti in altri fogli di lavoro...

    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....before deleting blank columns and rows in Sheet1 . \ ---------- Cell...after deleting blank columns and rows in Sheet1 . \ ---------- Cell...

    docs.aspose.com/cells/it/net/update-references-...
  6. 导出电子表格到CSV格式时修剪前导空白行和列|Documentation

    使用Aspose.Cells for Python via .NET API,在导出电子表格到CSV格式时修剪前导空行和列。...trim_leading_blank_row_and_column 属性。请将其设置为 true ,那...TxtSaveOptions.trim_leading_blank_row_and_column 的默认值为 false 。自 20...

    docs.aspose.com/cells/zh/python-net/trim-leadin...
  7. Aspose::Words::Tables::Cell::get_ParentRow meth...

    Aspose::Words::Tables::Cell::get_ParentRow method. Returns the parent row of the cell in C++....Cell::get_ParentRow method Returns the parent row of the cell. System :: SharedPtr...Aspose :: Words :: Tables :: Row > Aspose :: Words :: Tables ::...

    reference.aspose.com/words/cpp/aspose.words.tab...
  8. Gerar PDF a partir de XML|Aspose.PDF for C++

    Aspose.PDF para C++ fornece várias maneiras de converter um arquivo XML em um documento PDF exigindo que o arquivo XML de entrada....match= "employee" > <fo:table-row> <xsl:if test= "designation =...</fo:table-cell> </fo:table-row> </xsl:template> </xsl:stylesheet>...

    docs.aspose.com/pdf/pt/cpp/generate-pdf-from-xml/
  9. Archivo

    Archivo...getName()) # Get number of rows and columns rows = worksheet.getCells()...through rows for i in range(rows): # List to store each row in worksheet...

    blog.aspose.com/es/cells/export-excel-data-to-g...
  10. Bug 5330: Converting CSV to GeoPackage- Convers...

    Hi Alexander, I moved to new version 26.5 and here my results: Please see: Comparison(left-Csv, right-GeoPackage) image.png (170.3 KB) Test data(input/output/QGIS) 5330-Csv-GeoPacakge.zip (35.3 KB) Thanks,...Rows.Count; i++) { var row = table.Rows[i]; double...ToDouble(row["Longitude"]); double lat = Convert.ToDouble(row["Latitude"]);...

    forum.aspose.com/t/bug-5330-converting-csv-to-g...