Sort Score
Result 10 results
Languages All
Labels All
Results 6,111 - 6,120 of 19,530 for

rows

(0.95 sec)
  1. ضبط تلقائي للصفوف والأعمدة|Documentation

    يوضح هذا المقال كيفية تحجيم الصفوف والأعمدة تلقائيًا، صفوف الخلية المدمجة والصف في نطاق الخلايا باستخدام Aspose.Cells لـ Python via .NET....الفئة auto_fit_row . يستغرق الأمر المنهج auto_fit_row فهو خطوة بسيطة...للصف. يقوم الأسلوب auto_fit_row بفحص محتوى كل الأعمدة في الصف...

    docs.aspose.com/cells/ar/python-net/autofit-row...
  2. Resumen de la Tabla|Aspose.Words para C++

    Trabaje con tablas y sus componentes, como celdas, filas, columnas en Aspose.Words para C++. Cómo trabajar con tablas en C++....elementos tales como Cell , Row y Column . Estos son conceptos...contenido: Table contiene muchos Row nodos. La tabla proporciona todos...

    docs.aspose.com/words/es/cpp/table-overview/
  3. CellFormat.VerticalMerge | Aspose.Words لـ .NET

    اكتشف خاصية CellFormat VerticalMerge لدمج الخلايا العمودية بسلاسة في جداول البيانات. حسّن تنظيم البيانات وعرضها بسهولة!...foreach ( Row row in table . Rows ) foreach ( Cell cell in row . Cells...

    reference.aspose.com/words/ar/net/aspose.words....
  4. Ajuster automatiquement les lignes pour les cel...

    Apprenez comment ajuster automatiquement la hauteur des lignes pour les cellules fusionnées en utilisant Aspose.Cells for JavaScript via C++. Implémentez la fonction d ajustement automatique pour les cellules fusionnées dans les feuilles de calcul....expands the height of the first row. options . autoFitMergedCellsTy...AutoFitMergedCellsTy . FirstLine ; // Autofit rows in the sheet (including the...

    docs.aspose.com/cells/fr/javascript-cpp/autofit...
  5. C++ ile Satır ve Sütunları Otomatik Boyutlandır...

    Bu makale, Aspose.Cells for C++ API sini kullanarak satırları, sütunları, birleştirilmiş hücrelerin satırlarını ve hücre aralıklarındaki satırları otomatik boyutlandırma yöntemlerini gösterir....Get ( 0 ); // Auto-fit the 2nd row (index 1) of the worksheet worksheet...outputFilePath ); std :: cout << "Row auto-fitted and file saved successfully...

    docs.aspose.com/cells/tr/cpp/autofit-rows-and-c...
  6. Управление ячейками таблиц в презентациях с исп...

    Легко управляйте ячейками таблиц в 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/ru/cpp/manage-cells/
  7. سطر جديد في الخلايا|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....Java Row row = sheet . createRow ( 2 ); Cell cell = row . createCell...

    docs.aspose.com/cells/ar/java/new-line-in-cells/
  8. Замораживание областей в Apache POI и Aspose.Ce...

    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....2 , 0 , 2 , 0 ); // Freezing Rows Apache POI SS - HSSF XSSF -...XSSF Java // Freeze just one row sheet1 . createFreezePane ( 0...

    docs.aspose.com/cells/ru/java/freeze-panes-in-a...
  9. Ny rad i celler|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....Java Row row = sheet . createRow ( 2 ); Cell cell = row . createCell...

    docs.aspose.com/cells/sv/java/new-line-in-cells/
  10. Split Tables in Jython|Aspose.Words for Java

    Split Tables using Jython....the table at the third row (inclusive). row = firstTable . getRows...currentRow = '' while ( currentRow != row ) : currentRow = firstTable ...

    docs.aspose.com/words/java/split-tables-in-jython/