Sort Score
Result 10 results
Languages All
Labels All
Results 3,741 - 3,750 of 18,999 for

rows

(0.15 sec)
  1. CellFormat.WrapText | Aspose.Words for .NET

    Discover the CellFormat WrapText property to enhance your spreadsheet's readability by automatically wrapping text in cells for a cleaner look....// will apply them to every row and cell that we add with it...InsertCell (); builder . Write ( "Row 1, Col 1" ); builder . InsertCell...

    reference.aspose.com/words/net/aspose.words.tab...
  2. Dodawanie, wyodrębnianie, usuwanie tabel w form...

    Zarządzaj tabelami w pliku PDF programowo za pomocą przykładowego kodu Python przy użyciu pliku Aspose.PDF dla Python for .NET...border_info for row_count in range ( 0 , 10 ): row = table . rows . add...add () row . cells . add ( "Column (" + str ( row_count ) + ", 1)"...

    products.aspose.com/pdf/pl/python-net/table/
  3. Как проверить замороженное состояние без Excel ...

    В этой статье вы узнаете, как программно проверить замороженное состояние листа Excel, используя C++ с API Aspose.Cells....) { int32_t row = 0 , column = 0 ; int32_t rows = 0 , columns...locked rows and columns sheet . GetFreezedPanes ( row , column...

    docs.aspose.com/cells/ru/cpp/how-to-check-froze...
  4. كيفية التحقق من حالة التجميد بدون إكسل باستخدام...

    في هذا المقال، ستتعلم كيفية فحص الحالة المجمدة لورقة عمل Excel برمجياً باستخدام C++ مع API Aspose.Cells....) { int32_t row = 0 , column = 0 ; int32_t rows = 0 , columns...locked rows and columns sheet . GetFreezedPanes ( row , column...

    docs.aspose.com/cells/ar/cpp/how-to-check-froze...
  5. Конвертация NumPy в Excel в Python | Библиотека...

    Узнайте, как конвертировать массивы NumPy в Excel с помощью Aspose.Cells for Python. Пошаговое руководство с примерами кода для Workbook, Worksheet, ListObject, Range и Named Range...., ndarray, start_row=0, start_col=0): rows, cols = ndarray.shape...shape for r in range(rows): for c in range(cols): value = ndarray[r...

    blog.aspose.com/ru/cells/convert-numpy-to-excel/
  6. Gestion des tableaux de présentation avec Pytho...

    Créez et modifiez des tableaux dans les diapositives PowerPoint et OpenDocument avec Aspose.Slides pour Python via .NET. Découvrez des exemples de code simples pour rationaliser vos flux de travail de tableaux....column_widths = [ 50 , 50 , 50 ] row_heights = [ 50 , 30 , 30 , 30...( 100 , 50 , column_widths , row_heights ) # Définir le format...

    docs.aspose.com/slides/fr/python-net/manage-table/
  7. Obtenir l indice de colonne maximal dans la lig...

    Découvrez comment obtenir l indice de colonne maximal dans la ligne et l indice de ligne maximal dans la colonne grâce à l API Aspose.Cells pour Python via .NET....obtenir les propriétés Row.last_cell et Row.last_data_cell , puis...enfin obtenir l’attribut Cell.row sur la cellule. Aspose.Cells...

    docs.aspose.com/cells/fr/python-net/get-max-ind...
  8. أرشيف

    أرشيف...write("Header Row,\n Cell 1"); // لا نحتاج إلى...insertCell(); builder.write("Header Row,\n Cell 2"); builder.insertCell();...

    blog.aspose.com/ar/words/create-table-in-word-j...
  9. Bookmark.IsColumn | Aspose.Words for .NET

    Discover the IsColumn property. Easily identify if a bookmark represents a table column, enhancing your document navigation and organization.... Row ) is Row row && bookmark . FirstColumn < row . Cells...bookmark. Console . WriteLine ( row . Cells [ bookmark . FirstColumn...

    reference.aspose.com/words/net/aspose.words/boo...
  10. Ajustement de la hauteur de ligne et de colonne...

    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....//Setting the height of all rows in the worksheet to 8 worksheet...//Setting the height of the second row to 40 cells . setRowHeight (...

    docs.aspose.com/cells/fr/java/row-column-height...