Sort Score
Result 10 results
Languages All
Labels All
Results 7,951 - 7,960 of 17,875 for

area

(0.13 sec)
  1. Validazione dati con C++|Documentation

    Impara come aggiungere validazione dei dati tramite l API Aspose.Cells for C++....GetValidations (); // Create Cell Area CellArea ca ; ca . StartRow...CellArea area ; area . StartRow = 0 ; area . EndRow = 1 ; area . StartColumn...

    docs.aspose.com/cells/it/cpp/data-validation/
  2. Aggiungi filigrana WordArt al grafico con Golan...

    Impara come usare Aspose.Cells for C++ per aggiungere una filigrana WordArt a un grafico in Microsoft Excel. La nostra guida dimostrerà come creare e posizionare una filigrana WordArt per migliorare l appeal visivo e l unicità del tuo grafico....applicare il testo interessato all’area di tracciamento di un grafico...WordArt come filigrana per l’area di tracciamento del grafico...

    docs.aspose.com/cells/it/go-cpp/add-wordart-wat...
  3. كيفية إضافة تنسيق شرطي لفترات زمنية|Documentation

    كيفية استخدام مكتبة Aspose.Cells لـ Python via .NET لتطبيق تنسيق الفترات الزمنية الشرطية. من خلال تعديل هذه المعايير، يكون لديك مزيد من التحكم في مظهر الخلايا ومظهرها....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/ar/python-net/how-to-add-...
  4. 記録

    記録...検証が適用される領域を定義します area = cells.CellArea() area.create_cell_area("B1", "B1")..."B1") validation.add_area(area) # ワークブックを保存してください。 workbook.s...

    blog.aspose.com/ja/cells/data-validation-in-exc...
  5. Datasäkerhet med C++|Documentation

    Lär dig hur man lägger till datavalidering med hjälp av API Aspose.Cells for C++....GetValidations (); // Create Cell Area CellArea ca ; ca . StartRow...CellArea area ; area . StartRow = 0 ; area . EndRow = 1 ; area . StartColumn...

    docs.aspose.com/cells/sv/cpp/data-validation/
  6. Diagramm Aussehen mit C++ einstellen|Documentation

    Lernen Sie, wie man das Erscheinungsbild von Diagrammen in Aspose.Cells for C++ konfiguriert. Unser Leitfaden zeigt, wie man Diagrammlayouts, Farben, Schriftarten und Effekte anpasst, um den gewünschten visuellen Stil zu erzielen und Ihre Arbeitsblätter zu verbessern....foreground color of the plot area chart . GetPlotArea (). GetArea...foreground color of the chart area chart . GetChartArea (). GetArea...

    docs.aspose.com/cells/de/cpp/setting-chart-appe...
  7. Aspose.Cells te Öncül ve Bağımlıları İzleme|Doc...

    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/tr/net/tracing-precedents...
  8. Archiv

    Archiv...validaci (v tomto případě A1) var area = new CellArea { StartRow =...int index = validations.Add(area); var validation = validations[index];...

    blog.aspose.com/cs/cells/data-validation-in-exc...
  9. Detect Merged Cells in a Worksheet|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....you to identify merged cell areas in a worksheet. You can unmerge...MergeTrial . It has some merged cell areas in a sheet also called Merge...

    docs.aspose.com/cells/java/detect-merged-cells-...
  10. كيفية إنشاء قائمة منسدلة في Excel باستخدام بايثون

    تعلم كيفية إنشاء قائمة منسدلة في Excel باستخدام Python مع Aspose.Cells. أمثلة خطوة بخطوة لقوائم منسدلة تعتمد على السطر والنطاق لتحسين دقة إدخال البيانات....مساحة الخلية (A1) area_inline = CellArea() area_inline . start_row...start_row = 0 area_inline . start_column = 0 area_inline . end_row...

    blog.aspose.com/ar/cells/create-dropdown-list-i...