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

rows

(0.05 sec)
  1. Redimensionnement des formes sur la diapositive...

    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/fr/net/redimensionnement...
  2. Как повернуть текст ячейки на C++|Documentation

    Код C++ для поворота текста ячейки с помощью API Aspose.Cells for C++... Get ( 0 ); // Row index of the cell int row = 0 ; // Column...worksheet . GetCells (). Get ( row , column ); a1 . PutValue ( u...

    docs.aspose.com/cells/ru/cpp/how-to-rotate-text...
  3. Ajuster automatiquement les lignes et les colon...

    Cet article montre comment ajuster automatiquement les lignes, les colonnes, les lignes de cellules fusionnées et les lignes dans une plage de cellules avec l API Aspose.Cells pour Python via .NET....auto_fit_row de la classe Worksheet . La méthode auto_fit_row prend...surchargée de la méthode auto_fit_row . Elle prend les paramètres suivants...

    docs.aspose.com/cells/fr/python-net/autofit-row...
  4. FieldNextIf.ComparisonOperator | Aspose.Words p...

    Scopri la proprietà FieldNextIf ComparisonOperator per gestire e personalizzare facilmente gli operatori di confronto per ottenere funzionalità migliorate.... Rows . Add ( "Mr." , "John" , "Doe" ); table . Rows . Add..."Jane" , "Cardholder" ); table . Rows . Add ( "Mr." , "Joe" , "Bloggs"...

    reference.aspose.com/words/it/net/aspose.words....
  5. آرشیوها

    آرشیوها...را اضافه کنید row = table.rows.add() cell = row.cells.add("Product")...add("Product") cell = row.cells.add("Quantity") cell = row.cells.add("Price")...

    blog.aspose.com/fa/pdf/best-python-pdf-library/
  6. Adatta automaticamente le righe per celle unite...

    Impara come adattare automaticamente le righe per le celle unite in Excel usando Aspose.Cells for C++....expands the height of the first row. options . SetAutoFitMergedCell... :: FirstLine ); // Autofit rows in the sheet (including the...

    docs.aspose.com/cells/it/cpp/autofit-rows-for-m...
  7. AutoFit Rader för sammanslagna celler med Node....

    Lär dig att auto anpassa rader för sammanslagna celler med Aspose.Cells for Node.js via C++. Implementera auto anpassning för sammanslagna celler i kalkylblad....expands the height of the first row. options . setAutoFitMergedCell...AutoFitMergedCellsTy . FirstLine ); // Autofit rows in the sheet (including the...

    docs.aspose.com/cells/sv/nodejs-cpp/autofit-row...
  8. Excel 데이터를 내보내 PDF 양식 채우기|Aspose.PDF for .NET

    이 섹션에서는 AutoFiller 클래스를 사용하여 Excel 워크시트 데이터를 PDF 양식에 채우는 방법을 설명합니다....Exporting the contents of 7 rows and 2 columns starting from...DataRow row ; for ( int i = 1 ; i <= 4 ; i ++) { row = table...

    docs.aspose.com/pdf/ko/net/export-excel-workshe...
  9. إدارة خلايا الجداول في العروض التقديمية باستخدا...

    إدارة خلايا الجداول في PowerPoint بسهولة باستخدام Aspose.Slides لـ C++. اتقن الوصول إلى الخلايا وتعديلها وتنسيقها بسرعة لتحقيق أتمتة سلسة للشرائح....int32_t i = 0 ; i < table -> get_Rows () -> get_Count (); i ++ ) {...auto currentCell = table -> get_Rows () -> idx_get ( i ) -> idx_get...

    docs.aspose.com/slides/ar/cpp/manage-cells/
  10. Tabellenzellen in Präsentationen mit C++ verwal...

    Verwalten Sie Tabellenzellen in PowerPoint mühelos mit Aspose.Slides für C++. Beherrschen Sie den schnellen Zugriff, die Modifizierung und das Styling von Zellen für eine nahtlose Folienautomatisierung....int32_t i = 0 ; i < table -> get_Rows () -> get_Count (); i ++ ) {...auto currentCell = table -> get_Rows () -> idx_get ( i ) -> idx_get...

    docs.aspose.com/slides/de/cpp/manage-cells/