Sort Score
Result 10 results
Languages All
Labels All
Results 3,861 - 3,870 of 18,907 for

rows

(0.23 sec)
  1. 查找XLS和XLSX格式支持的最大行数和列数|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....max_row 和 Workbook.settings.max_column...创建后,它将打印 Workbook.settings.max_row 和 Workbook.settings.max_column...

    docs.aspose.com/cells/zh/python-net/find-maximu...
  2. Bookmark.FirstColumn | Aspose.Words för .NET

    Upptäck egenskapen FirstColumn. Få enkel åtkomst till det nollbaserade indexet för den första kolumnen i tabellens bokmärkesområde för effektiv datahantering.... Row ) is Row row && bookmark . FirstColumn < row . Cells...bokmärket. Console . WriteLine ( row . Cells [ bookmark . FirstColumn...

    reference.aspose.com/words/sv/net/aspose.words/...
  3. Bookmark.IsColumn | Aspose.Words per .NET

    Scopri la proprietà IsColumn. Identifica facilmente se un segnalibro rappresenta una colonna di una tabella, migliorando la navigazione e l'organizzazione dei documenti.... Row ) is Row row && bookmark . FirstColumn < row . Cells...segnalibro. Console . WriteLine ( row . Cells [ bookmark . FirstColumn...

    reference.aspose.com/words/it/net/aspose.words/...
  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....HSSFRow row = sheet . createRow ( 2 ); createCell ( wb , row , 0...ALIGN_CENTER ); createCell ( wb , row , 1 , HSSFCellStyle . ALIGN_CENTER_SELECTION...

    docs.aspose.com/cells/zh/java/cell-alignment-se...
  5. ConditionalStyle.right_padding property | Aspos...

    ConditionalStyle.right_padding property. Gets or sets the amount of space (in points) to add to the right of the contents of table cells.... end_row () builder . insert_cell () builder...the cells being in the last row. # Below are three ways of accessing...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 新しいページでのテーブルレンダリングの強制|Aspose.PDF for Java

    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....i ++ ) { Row row = table . getRows (). add (); row . setFixedRowHeight...setFixedRowHeight ( 15 ); Cell cell1 = row . getCells (). add (); cell1...

    docs.aspose.com/pdf/ja/java/force-table-renderi...
  7. Устанавливать заголовки печати с помощью Python...

    Узнайте, как настроить повторяющиеся заголовки строк/столбцов на печатаемых страницах с помощью Aspose.Cells для Python via .NET....print_title_rows и Worksheet.page_setup.print_title_columns...workbook . worksheets [ 0 ] # Set row 1 as repeating header worksheet...

    docs.aspose.com/cells/ru/python-net/how-to-set-...
  8. Forçar Renderização de Tabela em Nova Página|As...

    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....i ++ ) { Row row = table . getRows (). add (); row . setFixedRowHeight...setFixedRowHeight ( 15 ); Cell cell1 = row . getCells (). add (); cell1...

    docs.aspose.com/pdf/pt/java/force-table-renderi...
  9. Renderizar tabela com Entity Framework|Aspose.P...

    Este artigo mostrará como renderizar uma tabela usando o modelo Entity Framework como fonte de dados usando o Aspose.PDF for .NET....colocá-las no documento, usando Rows e Cells . Assim, para criar...data ) { var headRow = table . Rows . Add (); var props = typeof...

    docs.aspose.com/pdf/pt/net/render-table-using-e...
  10. Ajustar Filas y Columnas en Ruby|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.... Código Ruby def autofit_row () data_dir = File . dirname...( 0 ) # Auto-fitting the 3rd row of the worksheet worksheet ....

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