Sort Score
Result 10 results
Languages All
Labels All
Results 3,341 - 3,350 of 17,491 for

columns

(0.11 sec)
  1. 行または列のフォントと色を変更する|Documentation

    この記事では、GridDesktop で行または列のフォントと色を変更する方法について紹介します。...the first column of the worksheet GridColumn column = sheet .... Columns [ 0 ]; //Creating a customized Font object Font font...

    docs.aspose.com/cells/ja/net/aspose-cells-gridd...
  2. إدارة خلايا الجداول في العروض التقديمية باستخدا...

    إدارة خلايا الجداول بسهولة في PowerPoint وOpenDocument باستخدام Aspose.Slides لبايثون عبر .NET. إتقان الوصول إلى الخلايا وتعديلها وتنسيقها بسرعة لتفعيل أتمتة الشرائح بسلاسة....)): for column_index in range ( len ( table . columns )): cell...table . rows [ row_index ][ column_index ] if cell . is_merged_cell...

    docs.aspose.com/slides/ar/python-net/manage-cells/
  3. TextColumnCollection.SetCount | Aspose.Words لـ...

    قم بتحسين تخطيطك باستخدام طريقة TextColumnCollection SetCount، وقم بترتيب النص بسهولة في العدد المطلوب من الأعمدة لتحسين قابلية القراءة....TextColumnCollection columns = builder . PageSetup . TextColumns ; columns . Spacing...100 ; columns . SetCount ( 2 ); builder . Writeln ( "Column 1."...

    reference.aspose.com/words/ar/net/aspose.words/...
  4. Justera rader och kolumner i Python|Documentation

    Lär dig hur man anpassar rader och kolumner via Aspose.Cells for Python Via Java API....\ # cells (from 1st to 9th column) within the row #worksheet...‘autoFitColumn’-metod. Python-kod def autofit_column ( self ): \ # Instantiating...

    docs.aspose.com/cells/sv/java/autofit-rows-and-...
  5. Скрытие и показ строк и столбцов в Python|Docum...

    Узнайте, как скрывать и показывать строки и столбцы через Aspose.Cells для Python через API Java....Код на Ruby def hide_rows_columns ( self ): \ # Instantiating...hideRow ( 2 ) \ # Hiding the 2nd column of the worksheet cells . hideColumn...

    docs.aspose.com/cells/ru/java/hiding-and-showin...
  6. Comment faire pivoter le texte d une cellule av...

    Code C++ pour faire pivoter le texte d’une cellule avec l’API Aspose.Cells for C++...row = 0 ; // Column index of the cell int column = 0 ; // Get.... GetCells (). Get ( row , column ); a1 . PutValue ( u "a1 rotate...

    docs.aspose.com/cells/fr/cpp/how-to-rotate-text...
  7. content|Documentation

    Content element is used to add one or more lines of text to the parent element....container=Example columns_count=2 ?block=Column 1 column=1 ?content=Lorem...&block ?block=Column 2 column=2 ?content=Second column font_style=bold...

    docs.aspose.com/omr/net/txt-markup/content/
  8. CompositeGridConfig|Documentation

    CompositeGridConfig element generates a highly customizable matrix of numbered bubbles that are combined into a single answer....is represented as a line or column of bubbles, depending on the...property adds a custom line / column of bubbles at the start of...

    docs.aspose.com/omr/net/programmatic-forms/comp...
  9. Пользовательская сортировка в сводной таблице с...

    Научитесь сортировать сводные таблицы по значениям полей с использованием Aspose.Cells и C++....grand totals for rows and columns pivotTable . SetShowRowGrandTotal...Drag the second field to the column area pivotTable . AddFieldToArea...

    docs.aspose.com/cells/ru/cpp/custom-sorting-in-...
  10. Masquer et afficher des lignes et des colonnes ...

    Apprenez à masquer et à afficher des lignes et des colonnes à travers les APIs Aspose.Cells pour PHP via Java....static function hide_rows_columns ( $dataDir ) { # Instantiating...hideRow ( 2 ); # Hiding the 2nd column of the worksheet $cells ->...

    docs.aspose.com/cells/fr/java/hiding-and-showin...