Sort Score
Result 10 results
Languages All
Labels All
Results 4,081 - 4,090 of 14,291 for

rows

(0.08 sec)
  1. إدارة الخلايا|وثائق Aspose.Slides

    خلايا الجدول في عروض PowerPoint باستخدام C# أو .NET... Rows . Count ; i ++) { for ( int...ICell currentCell = table . Rows [ i ][ j ]; if ( currentCell...

    docs.aspose.com/slides/ar/net/manage-cells/
  2. Extraire un tableau d'un document PDF|Aspose.PD...

    Aspose.PDF pour Python via .NET permet d'effectuer diverses manipulations avec les tableaux contenus dans votre document PDF....table_list : for row in table . row_list : for cell in row . cell_list...

    docs.aspose.com/pdf/fr/python-net/extract-table...
  3. FieldDatabaseDataRow | Aspose.Words for Java

    Provides data for the FieldDatabase field result in Java....Gets values that belong to this row. FieldDatabaseDataRow(String[]...Gets values that belong to this row. Returns: java.lang.String[]...

    reference.aspose.com/words/java/com.aspose.word...
  4. Ekstrak Tabel dari Dokumen PDF|Aspose.PDF untuk...

    Aspose.PDF untuk Python via .NET memungkinkan untuk melakukan berbagai manipulasi dengan tabel yang terdapat dalam dokumen pdf Anda....table_list : for row in table . row_list : for cell in row . cell_list...

    docs.aspose.com/pdf/id/python-net/extract-table...
  5. 将源范围行高度复制到目标范围|Documentation

    本文介绍了如何使用Aspose.Cells for Python via .NET库将源范围的行高度复制到目标范围。...ROW_HEIGHTS 枚举。当您使用 PasteType.ROW_HEIGHTS 枚举设置 PasteOptions...范围。 以下示例代码说明了如何使用 PasteType.ROW_HEIGHTS 枚举将源范围的行高复制到目标范围。一旦您在Microsoft...

    docs.aspose.com/cells/zh/python-net/copy-row-he...
  6. Изменение размеров фигур на слайде|Документация...

    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....IRow row in table . Rows ) { row . MinimalHeight = row . MinimalHeight...MinimalHeight * ratioHeight ; // row.Height = row.Height * ratioHeight;...

    docs.aspose.com/slides/ru/net/re-sizing-shapes-...
  7. Mostrar y ocultar las cuadrículas y encabezados...

    Este artículo proporciona código de ejemplo para usar la API Aspose.Cells para Python via .NET para ocultar o mostrar programáticamente las líneas de cuadrícula, encabezados de filas y columnas de una hoja de cálculo de Excel....la clase is_row_column_headers_visible . is_row_column_headers_visible...estableciendo la propiedad is_row_column_headers_visible de la...

    docs.aspose.com/cells/es/python-net/show-and-hi...
  8. FieldNextIf.RightExpression | Aspose.Words لـ .NET

    اكتشف خاصية FieldNextIf RightExpression لإدارة الجانب الأيمن من تعبيرات المقارنة وتخصيصه بسهولة لتحسين التعامل مع البيانات.... Rows . Add ( "Mr." , "John" , "Doe" ); table . Rows . Add..."Jane" , "Cardholder" ); table . Rows . Add ( "Mr." , "Joe" , "Bloggs"...

    reference.aspose.com/words/ar/net/aspose.words....
  9. Utilizzo dell API LightCells con Node.js tramit...

    Impara come leggere e scrivere grandi file Excel usando l API LightCells in Node.js tramite C++. Migliora le prestazioni ed efficienza con un minor consumo di memoria....salvare), allora un oggetto Row che rappresenta questa riga viene...sue proprietà tramite StartRow(Row) . Per una riga, NextCell() viene...

    docs.aspose.com/cells/it/nodejs-cpp/using-light...
  10. WRAPCOLS Excel function - Free Support Forum - ...

    We are considering purchasing a new Aspose Cells license but one of the functions we would need is the WRAPCOLS function which is not currently supported. Are there any plans to add support for this?...MaxDataRow + 1; for (int row = 0; row < rowCount; row++) { for (int col...Cell cell = worksheet.Cells[row, col]; if (cell.Value != null)...

    forum.aspose.com/t/wrapcols-excel-function/314748