Sort Score
Result 10 results
Languages All
Labels All
Results 4,321 - 4,330 of 18,999 for

rows

(0.6 sec)
  1. Обновление ссылок в других листах при удалении ...

    Научитесь сохранять ссылки на другие листы при удалении пустых столбцов и строк в листе с помощью Aspose.Cells for JavaScript через C++....< body > < h1 > Delete Blank Rows/Columns and Update References...increase the number of blank rows and columns const sht1 = wb...

    docs.aspose.com/cells/ru/javascript-cpp/update-...
  2. BorderCollection.bottom property | Aspose.Words...

    BorderCollection.bottom property. Gets the bottom border....0 , "#000000" ); // Create a row with two cells with different..."#87CEFA" ; builder . writeln ( "Row 1, Cell 1." ); builder . insertCell...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Ajustar automáticamente filas y columnas|Docume...

    Este artículo muestra cómo ajustar automáticamente filas, columnas, filas de celdas fusionadas y filas en un rango de celdas mediante la API de Aspose.Cells para Python via .NET....auto_fit_row de la clase Worksheet . El método auto_fit_row toma...sobrecargada del método auto_fit_row . Toma los siguientes parámetros:...

    docs.aspose.com/cells/es/python-net/autofit-row...
  4. Table header cell has no associated subcells - ...

    I am using Aspose.PDF for .NET version 25.8.0. I need to create a tagged table that passes the “Table header cell has no associated subcells” check for PDF/UA compliance. I have found that the object created by headerR…...// Add a header row Row headerRow = table.Rows.Add(); headerRow...2")); // Add a data row Row dataRow = table.Rows.Add(); dataRow.Cells...

    forum.aspose.com/t/table-header-cell-has-no-ass...
  5. إظهار وإخفاء خطوط الشبكة ورؤوس الصف والعمود|Doc...

    تقدم هذه المقالة رمز عينة لاستخدام API من Aspose.Cells لـ Python via .NET لإخفاء أو إظهار خطوط الشبكة، رؤوس الصفوف والأعمدة لورقة عمل Excel برمجيًا....Worksheet من فئة is_row_column_headers_visible . is_row_column_headers_visible...تعيين خاصية الفئة Worksheet is_row_column_headers_visible إلى true...

    docs.aspose.com/cells/ar/python-net/show-and-hi...
  6. 用C++将单元格链接至XML映射元素|Documentation

    学习如何使用Aspose.Cells与C++将单元格链接至XML映射元素。...GetName (), 0 , 0 , u "/root/row/FIELD1" ); ws . GetCells ()....GetName (), 1 , 1 , u "/root/row/FIELD2" ); // Map FIELD4 and...

    docs.aspose.com/cells/zh/cpp/link-cells-to-xml-...
  7. Lier les cellules aux éléments de la cartograph...

    Apprenez comment lier des cellules aux éléments de la cartographie XML en utilisant Aspose.Cells avec C++....GetName (), 0 , 0 , u "/root/row/FIELD1" ); ws . GetCells ()....GetName (), 1 , 1 , u "/root/row/FIELD2" ); // Map FIELD4 and...

    docs.aspose.com/cells/fr/cpp/link-cells-to-xml-...
  8. Aspose::Words::BorderCollection::get_Right meth...

    Aspose::Words::BorderCollection::get_Right method. Gets the right border in C++....:: get_Black ()); // Create a row with two cells with different...()); builder -> Writeln ( u "Row 1, Cell 1." ); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words/bor...
  9. Aspose::Words::BorderCollection::get_Left metho...

    Aspose::Words::BorderCollection::get_Left method. Gets the left border in C++....:: get_Black ()); // Create a row with two cells with different...()); builder -> Writeln ( u "Row 1, Cell 1." ); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words/bor...
  10. Apache POI と Aspose.Cells で異なる Cell タイプを作成する|Do...

    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....sheet" ); Row row = sheet . createRow (( short ) 2 ); row . createCell...0 ). setCellValue ( 1 . 1 ); row . createCell ( 1 ). setCellValue...

    docs.aspose.com/cells/ja/java/create-different-...