Sort Score
Result 10 results
Languages All
Labels All
Results 2,641 - 2,650 of 14,273 for

rows

(0.05 sec)
  1. Gérer la Table|Documentation Aspose.Slides pour...

    Créer et gérer une table dans des présentations PowerPoint en Python...add_table(x, y, column_widths, row_heights) . Parcourez chaque ICell...Defines columns with widths and rows with heights dblCols = [ 50...

    docs.aspose.com/slides/fr/python-net/manage-table/
  2. DocumentVisitor.VisitCellEnd | Aspose.Words per...

    Scopri il metodo VisitCellEnd di DocumentVisitor, essenziale per gestire l'enumerazione delle celle nelle tue applicazioni. Migliora l'efficienza della tua programmazione oggi stesso!...) { int rows = 0 ; int columns = 0 ; if ( table . Rows . Count...Count > 0 ) { rows = table . Rows . Count ; columns = table . FirstRow...

    reference.aspose.com/words/it/net/aspose.words/...
  3. Accesso a GridRow in un foglio di lavoro|Docume...

    Questo articolo introduce come ottenere l oggetto riga (GridRow) nel foglio di lavoro in GridDesktop....GridRow row in cells . Rows ) { Console . WriteLine ( row . Index...Index + " " + row . Height ); } confronta il codice sottostante...

    docs.aspose.com/cells/it/net/aspose-cells-gridd...
  4. RowFormat.Height | Aspose.Words لـ .NET

    اكتشف خاصية ارتفاع RowFormat لضبط ارتفاع صف الجدول بسهولة بالنقاط، مما يعزز تخطيط مستندك وقابليته للقراءة.... Write ( "Row 1, cell 1." ); // ابدأ صفًا ثانيًا،...InsertCell (); builder . Write ( "Row 2, cell 1." ); builder . EndTable...

    reference.aspose.com/words/ar/net/aspose.words....
  5. RowFormat.HeightRule | Aspose.Words لـ .NET

    اكتشف خاصية RowFormat HeightRule لتخصيص ارتفاعات صفوف الجدول بسهولة للحصول على تخطيط وتصميم مثالي في تطبيقاتك.... Write ( "Row 1, cell 1." ); // ابدأ صفًا ثانيًا،...InsertCell (); builder . Write ( "Row 2, cell 1." ); builder . EndTable...

    reference.aspose.com/words/ar/net/aspose.words....
  6. Get Cells Index|Documentation

    Learn how to get row or column in by the name of row , column or cells. Convert the name of the cell to row and column index zero-based.... You may want to know which row and column is this cell in. Possible...specific data on the worksheet by row and column index, you need to...

    docs.aspose.com/cells/nodejs-cpp/get-cells-index/
  7. إنشاء أو إضافة جدول في PDF|Aspose.PDF لـ C++

    Aspose.PDF for C++ هي مكتبة تُستخدم لإنشاء وقراءة وتحرير الجداول في PDF. باستخدام هذه المكتبة، يمكنك تقسيم جدول على صفحة PDF باستخدام C++....Cpp/Table/Row.h> #include <Aspose.PDF.Cpp/Table/Rows.h> #include...صفوف for (int row_count = 1; row_count < 10; row_count++) { //...

    docs.aspose.com/pdf/ar/cpp/add-table-in-existin...
  8. เพิ่ม แยกออก ลบตารางใน PDF โดยใช้ C++ | Aspose.PDF

    รหัสที่มาสาธิตง่ายในการทำงานกับตารางในไฟล์ PDF บนแพลตฟอร์มใด ๆ ที่มีภาษา C++...add 10 rows for ( int row_count = 1 ; row_count < 10 ; row_count...{ // Add row to table auto row = table -> get_Rows () -> Add...

    products.aspose.com/pdf/th/cpp/table/
  9. เพิ่มตารางใน PDF โดยใช้ C++ | Aspose.PDF

    รหัสที่มาสาธิตง่ายในการทำงานกับการเพิ่มตารางในไฟล์ PDF บนแพลตฟอร์มใด ๆ ที่มีภาษา C++...add 10 rows for ( int row_count = 1 ; row_count < 10 ; row_count...{ // Add row to table auto row = table -> get_Rows () -> Add...

    products.aspose.com/pdf/th/cpp/table/add/
  10. Java 를 사용하여 PDF에 표 추가 | Aspose.PDF

    자바 및 PHP, 델파이에서 PDF 파일에 테이블을 추가하는 데 사용할 자바 소스 코드입니다....add 10 rows for ( int row_count = 1 ; row_count < 10 ; row_count...row_count ++ ) { // add row to table Row row = table . getRows (). add...

    products.aspose.com/pdf/ko/java/table/add/