Sort Score
Result 10 results
Languages All
Labels All
Results 5,131 - 5,140 of 19,467 for

rows

(0.62 sec)
  1. Table.Title | Aspose.Words لـ .NET

    اكتشف خاصية عنوان الجدول، وقم بتعيين عنوان الجدول أو تعديله بسهولة لتحسين إمكانية الوصول إليه وتعزيز تمثيل البيانات....++) { Row row = new Row ( doc ); table . AppendChild ( row ); for...new Run ( doc , cellText )); row . AppendChild ( cell ); } } //يمكنك...

    reference.aspose.com/words/ar/net/aspose.words....
  2. Anzeigen oder Ausblenden von Zeilen und Spalten...

    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....) \ # Hiding the headers of rows and columns worksheet . setRowColumnHeadersV..."output.xls" ) puts "Headers of rows and columns are now hidden,...

    docs.aspose.com/cells/de/java/display-or-hide-r...
  3. Obtener el índice de columna máximo en fila y e...

    Aprende cómo obtener el índice máximo de columna en fila y el índice máximo de fila en columna a través de la API Aspose.Cells for Node.js via C++....puedes usar los métodos Row.getLastCell() y Row.getLastDataCell() ...lograr tus objetivos. Row.getLastCell() Row.getLastDataCell() Cell...

    docs.aspose.com/cells/es/nodejs-cpp/get-max-ind...
  4. Differentiating Duplicate Values in PDF Tables ...

    Hi Team, We need to extract table data from a PDF document. Based on a specific key, we must retrieve the corresponding value from the table. However, there is a challenge: the same key can have duplicate values across …...it should somehow be based on Row and Cell classes processing but...using TableAbsorber, check first row’s cells for year 2024 and then...

    forum.aspose.com/t/differentiating-duplicate-va...
  5. Liaison de la feuille de calcul à un DataSet au...

    Cet article présente comment lier une feuille de calcul à un DataSet dans GridWeb.... Rows . Add ( 1 , "Grape Juice" ,... "$30.00" ); prodTbl . Rows . Add ( 3 , "Mineral Water" , "$25...

    docs.aspose.com/cells/fr/net/aspose-cells-gridw...
  6. Генерация PDF из XML|Aspose.PDF for Java

    Aspose.PDF для Java предоставляет возможность конвертировать XML файл в PDF документ, при условии, что входной XML файл должен соответствовать схеме Aspose.PDF для Java....match= "employee" > <fo:table-row> <xsl:if test= "designation =...</fo:table-cell> </fo:table-row> </xsl:template> </xsl:stylesheet>...

    docs.aspose.com/pdf/ru/java/generate-pdf-from-xml/
  7. Generate PDF from XML|Aspose.PDF for Java

    Aspose.PDF for Java provides the opportunity to convert an XML file into PDF document requiring that the input XML file must follow the Aspose.PDF for Java Schema....match= "employee" > <fo:table-row> <xsl:if test= "designation =...</fo:table-cell> </fo:table-row> </xsl:template> </xsl:stylesheet>...

    docs.aspose.com/pdf/java/generate-pdf-from-xml/
  8. 档案

    档案... 使用 Row 类创建一个新行。 使用 Table->AppendChild(row) 方法将行插入表中。...AppendChild() 方法将文本插入其中。 使用 Row->AppendChild() 方法将单元格插入行。 重复添加多行的过程。...

    blog.aspose.com/zh/words/create-ms-word-documen...
  9. Aplicar sombreado a filas y columnas alternas c...

    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....funciones integradas de Excel como ROW, COLUMN y MOD. Aquí hay algunos...proporcionado a continuación. La función ROW() devuelve el número de fila...

    docs.aspose.com/cells/es/java/apply-shading-to-...
  10. تناسب الأعمدة تلقائيًا في ورقة العمل|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...."Sheet1" ); IRow row = sheet . CreateRow ( 0 ); row . CreateCell...); row . CreateCell ( 1 ). SetCellValue ( "Hello" ); row . CreateCell...

    docs.aspose.com/cells/ar/net/auto-fit-columns-i...