Sort Score
Result 10 results
Languages All
Labels All
Results 3,001 - 3,010 of 14,276 for

rows

(0.05 sec)
  1. Маркеры изображений|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....DataRow row = t . NewRow (); row [ 0 ] = imageData ; t . Rows . Add...Add ( row ); //Add another record (having picture) to it. //imageData...

    docs.aspose.com/cells/ru/net/image-markers/
  2. テーブルの管理|Aspose.Slides for Python ドキュメント

    PythonでPowerPointプレゼンテーションのテーブルを作成および管理する...add_table(x, y, column_widths, row_heights) メソッドを通じてスライドに ITable...各セルの境界線のフォーマットを設定 for row in range ( len ( tbl . rows )): for cell in...

    docs.aspose.com/slides/ja/python-net/manage-table/
  3. セルの管理|Aspose.Slides for Python ドキュメント

    PythonでのPowerPointプレゼンテーションのテーブルセル... rows )): for j in range ( len ( table...columns )): currentCell = table . rows [ i ][ j ] if currentCell ....

    docs.aspose.com/slides/ja/python-net/manage-cells/
  4. Bookmark.last_column property | Aspose.Words fo...

    Bookmark.last_column property. Gets the zero-based index of the last column of the table column range associated with the bookmark.... is_column : row = bookmark . bookmark_start .... NodeType . ROW ) if row is aw . tables . Row and bookmark ...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Adatta automaticamente righe e colonne in Jytho...

    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....RowsAndColumns ' # Auto Fit Row self . autofit_row () # Auto Fit Column...autofit_column () def autofit_row ( dataDir ): dataDir = Settings...

    docs.aspose.com/cells/it/java/autofit-rows-and-...
  6. 在Jython中调整行和列的大小|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....RowsAndColumns ' # Auto Fit Row self . autofit_row () # Auto Fit Column...autofit_column () def autofit_row ( dataDir ): dataDir = Settings...

    docs.aspose.com/cells/zh/java/autofit-rows-and-...
  7. CellCollection.Item | Aspose.Words لـ .NET

    الوصول إلى خلايا محددة بسهولة باستخدام خاصية عنصر مجموعة الخلايا. استرجع أي خلية حسب الفهرس لإدارة بيانات مبسطة وأداء مُحسّن....); RowCollection rows = tables [ i ]. Rows ; // يمكننا استخدام...AreEqual ( rows , rows . ToArray ()); Assert . AreNotSame ( rows , rows...

    reference.aspose.com/words/ar/net/aspose.words....
  8. TableCollection.Item | Aspose.Words för .NET

    Få enkelt åtkomst till TableCollection-objekt genom att hämta tabeller vid specifika index. Förenkla din datahantering med vår intuitiva egenskapsfunktion!...); RowCollection rows = tables [ i ]. Rows ; // Vi kan använda...AreEqual ( rows , rows . ToArray ()); Assert . AreNotSame ( rows , rows...

    reference.aspose.com/words/sv/net/aspose.words....
  9. AutoFitBehavior Enum | Aspose.Words per .NET

    Scopri l'enum Aspose.Words.Tables.AutoFitBehavior per ottimizzare il ridimensionamento delle tabelle con il metodo AutoFit, migliorando il layout e la presentazione 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....
  10. Группировка и расгруппировка строк и столбцов в...

    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.... Код на Ruby def group_rows_columns () data_dir = File ...getCells () # Grouping first six rows (from 0 to 5) and making them...

    docs.aspose.com/cells/ru/java/grouping-and-ungr...