Sort Score
Result 10 results
Languages All
Labels All
Results 3,531 - 3,540 of 18,903 for

rows

(0.34 sec)
  1. Cell.next_cell property | Aspose.Words for Python

    Cell.next_cell property. Gets the next [Cell](../) node....of a Row . If a StructuredDocumentTa node is found in a row instead...table. row = table . first_row while row != None : cell = row . first_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  2. آرشیوها

    آرشیوها...System::SharedPtr<Row> row = System::MakeObject<Row>(doc); row->get_Ro...e(true); table->AppendChild(row); // اکنون می توانیم تنظیمات...

    blog.aspose.com/fa/words/insert-table-in-word-d...
  3. Supprimer le texte d une cellule|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....column name, and a one-based row index, // deletes the text from...at the specified column and row on the specified worksheet. public...

    docs.aspose.com/cells/fr/net/delete-text-from-a...
  4. Конвертация 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/
  5. Paramètres d alignement des cellules|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....HSSFRow row = sheet . createRow ( 2 ); createCell ( wb , row , 0...ALIGN_CENTER ); createCell ( wb , row , 1 , HSSFCellStyle . ALIGN_CENTER_SELECTION...

    docs.aspose.com/cells/fr/java/cell-alignment-se...
  6. TextOrientation Enum | Aspose.Words per .NET

    Scopri l'enum Aspose.Words.TextOrientation per controllare facilmente l'allineamento del testo nelle celle delle tabelle e nelle cornici di testo, migliorando la presentazione e la leggibilità del documento.... Write ( "Row 1, cell 1." ); builder . InsertCell...InsertCell (); builder . Write ( "Row 1, cell 2." ); builder . EndRow...

    reference.aspose.com/words/it/net/aspose.words/...
  7. 工作表缩放的可行解决方案|Aspose.Slides for Python 文档

    在演示文稿中修复 Excel 工作表 OLE 缩放:通过两种方式保持对象框一致——缩放框架或工作表——适用于 PPT 和 PPTX 格式。...) return image_data start_row , row_count = 0 , 10 start_column...OLE 对象使用时的显示尺寸。 last_row = start_row + row_count - 1 last_column...

    docs.aspose.com/slides/zh/python-net/working-so...
  8. Solution fonctionnelle pour le redimensionnemen...

    Corrige le redimensionnement OLE des feuilles de calcul Excel dans les présentations : deux méthodes pour maintenir la cohérence des cadres d'objets – redimensionner le cadre ou la feuille – sur les formats PPT et PPTX....) return image_data start_row , row_count = 0 , 10 start_column...dans PowerPoint. last_row = start_row + row_count - 1 last_column...

    docs.aspose.com/slides/fr/python-net/working-so...
  9. Solución funcional para el redimensionamiento d...

    Soluciona el redimensionamiento OLE de la hoja de cálculo de Excel en presentaciones: dos formas de mantener los marcos de los objetos consistentes - escalar el marco o la hoja - en los formatos PPT y PPTX....) return image_data start_row , row_count = 0 , 10 start_column...en PowerPoint. last_row = start_row + row_count - 1 last_column...

    docs.aspose.com/slides/es/python-net/working-so...
  10. Excel'i Python'da Pandas DataFrame'e çevirin.

    Excel dosyalarını Aspose.Cells for Python via .NET kullanarak Python'da pandas DataFrame'lerine dönüştürmeyi basit, doğru kod örnekleriyle öğrenin.... Extract rows and headers. Verilen veriyi...min_data_row columns = [cell.value for cell in c.rows[header_idx]]...

    blog.aspose.com/tr/cells/convert-excel-to-panda...