Sort Score
Result 10 results
Languages All
Labels All
Results 7,901 - 7,910 of 17,522 for

area

(0.29 sec)
  1. C++を使用してワークシート内の結合セルを検出|Documentation

    Aspose.Cellsは、スプレッドシートファイルの操作に使用されるC++ライブラリです。ワークシート内の結合セルを検出する機能を持ち、ユーザーがこれらのセルを識別して操作しやすくします。この記事では、Aspose.Cellsライブラリを使用して結合セルを検出する方法を紹介します。...Clear (); Vector < CellArea > areas = wkSheet . GetCells (). GetMergedAreas...; i < areas . GetLength (); ++ i ) { int frow = areas [ i ]....

    docs.aspose.com/cells/ja/cpp/detect-merged-cell...
  2. Jak utworzyć listę rozwijaną w Excelu przy użyc...

    Naucz się, jak stworzyć listę rozwijaną w Excelu za pomocą Python i Aspose.Cells. Przykłady krok po kroku dla list rozwijanych w linii oraz opartych na zakresie, aby poprawić dokładność wprowadzania danych....pole komórki (A1) area_inline = CellArea() area_inline . start_row...start_row = 0 area_inline . start_column = 0 area_inline . end_row...

    blog.aspose.com/pl/cells/create-dropdown-list-i...
  3. Get Warnings while Loading Excel File|Documenta...

    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....Name Warning : Name : PRINT_AREA ; ReferTo : Introduction ! $D$16...Name Warning : Name : PRINT_AREA ; ReferTo : Panel ! $B$228 Duplicate...

    docs.aspose.com/cells/java/get-warnings-while-l...
  4. Cómo agregar formato condicional de texto|Docum...

    Cómo usar la biblioteca Aspose.Cells para Python via .NET para aplicar formato condicional de Texto. Ajustando estos criterios, tienes más control sobre cómo se ven y aparecen las celdas....get_format_condition ( self , cell_area_name , color ): index = self...index ] area = self . get_cell_area_by_name ( cell_area_name )...

    docs.aspose.com/cells/es/python-net/how-to-add-...
  5. Как добавить условное форматирование текста|Doc...

    Как использовать библиотеку Aspose.Cells для Python via .NET для применения условного форматирования Text. Настраивая эти критерии, у вас есть больший контроль над внешним видом и отображением ячеек....get_format_condition ( self , cell_area_name , color ): index = self...index ] area = self . get_cell_area_by_name ( cell_area_name )...

    docs.aspose.com/cells/ru/python-net/how-to-add-...
  6. Cómo establecer el área de impresión con JavaSc...

    Este artículo muestra código que explica cómo establecer el área de impresión usando la biblioteca Aspose.Cells para JavaScript vía C++....Cells Example - Set Print Area </ title > </ head > < body...body > < h1 > Set Print Area Example </ h1 > < input type = "file"...

    docs.aspose.com/cells/es/javascript-cpp/how-to-...
  7. Получить диапазон с внешними ссылками|Documenta...

    Эта статья показывает, как получить диапазон с внешними ссылками с помощью Aspose.Cells для Python via .NET API....get_referred_areas . Метод Name.get_referred_areas возвращает массив... если это внешняя ссылка is_area : Указывает, является ли это...

    docs.aspose.com/cells/ru/python-net/get-range-w...
  8. Как установить область печати с помощью C++|Doc...

    В этой статье представлен код, показывающий, как установить область печати с использованием библиотеки Aspose.Cells на C++....Get ( 0 ); // Set the print area - specify the range you want...outputFilePath ( u "set_print_area.pdf" ); workbook . Save ( outputFilePath...

    docs.aspose.com/cells/ru/cpp/how-to-set-print-a...
  9. Pivot Tablosunda özel sıralama C++ ile|Document...

    Aspose.Cells kullanarak alan değerlerine göre Pivot Tabloyu nasıl sıralayacağınızı öğrenin ve C++ ile....Drag the first field to the row area pivotTable . AddFieldToArea...the second field to the column area pivotTable . AddFieldToArea...

    docs.aspose.com/cells/tr/cpp/custom-sorting-in-...
  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....Count ; m ++) { ReferredArea area = ret [ m ]; StringBuilder stringBuilder...= new StringBuilder (); if ( area . IsExternalLink ) { stringBuilder...

    docs.aspose.com/cells/ru/net/tracing-precedents...