Sort Score
Result 10 results
Languages All
Labels All
Results 9,561 - 9,570 of 17,668 for

columns

(0.54 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....//Defining column numbers A & B as title columns pageSetup ....true ; //Allowing to print row/column headings pageSetup . PrintHeadings...

    docs.aspose.com/cells/ja/net/print-spreadsheets/
  2. Setting Chart Appearance with C++|Documentation

    Learn how to configure the appearance of charts in Aspose.Cells for C++. Our guide will show you how to modify chart layouts, colors, fonts, and effects to achieve the desired visual style and enhance your worksheets.... Add ( ChartType :: Column , 5 , 0 , 15 , 5 ); // Accessing...GetCharts (). Add ( ChartType :: Column , 5 , 0 , 15 , 5 ); // Accessing...

    docs.aspose.com/cells/cpp/setting-chart-appeara...
  3. Comment créer une liste déroulante dans Excel e...

    Apprenez à créer une liste déroulante dans Excel en utilisant Python avec Aspose.Cells. Exemples étape par étape pour les listes déroulantes en ligne et basées sur des plages afin d'améliorer la précision de la saisie de données.... start_column = 0 area_inline . end_row =...= 0 area_inline . end_column = 0 # Add validation v_index_inline...

    blog.aspose.com/fr/cells/create-dropdown-list-i...
  4. چگونه یک لیست کشویی در اکسل با استفاده از پایتو...

    یاد بگیرید چگونه یک لیست کشویی در اکسل با استفاده از پایتون و Aspose.Cells ایجاد کنید. مثال‌های مرحله به مرحله برای لیست‌های کشویی داخلی و بر اساس دامنه به منظور بهبود دقت ورود داده‌ها.... start_column = 0 area_inline . end_row =...= 0 area_inline . end_column = 0 # اعتبارسنجی اضافه کنید v_index_inline...

    blog.aspose.com/fa/cells/create-dropdown-list-i...
  5. Optical Mark Recognition API for C++ | Aspose

    Generate machine-readable answer sheets, surveys, ballots, questionnaires, and other OMR forms, and extract optical marks from scanned images and photos within C and C++ applications....elements_count=120 answers_count=5 columns_count=3 > dotnet add package...online application generates a 4-column bubble sheet and illustrates...

    products.aspose.com/omr/cpp/
  6. 記録

    記録...getName())) # Get number of rows and columns rows = worksheet.getCells()...range(rows): # Loop through each column in selected row for j in range(cols):...

    blog.aspose.com/ja/cells/read-excel-files-using...
  7. Hur och Var man använder enumeratorer med C++|D...

    Lär dig hur och var man använder enumeratorer via API et Aspose.Cells for C++.... GetCells (); auto columns = cells . GetColumns (); for...; i < columns . GetCount (); ++ i ) { auto col = columns . Get...

    docs.aspose.com/cells/sv/cpp/how-and-where-to-u...
  8. ثلاث طرق لترشيح بيانات المخطط باستخدام C++|Docu...

    تعلم كيفية تصفية المخططات في إكسل باستخدام Aspose.Cells for C++. سيُظهر دليلنا الشامل كيف تطبق المرشحات على المخططات، وتخصيص عناصر المخطط، واستخدام أدوات تحليل البيانات لتحقيق رؤى أفضل واتخاذ قرارات مستنيرة.... Add ( ChartType :: Column , 7 , 7 , 15 , 15 ); // Access...// Add filters for a filter column. sheet . GetAutoFilter ()....

    docs.aspose.com/cells/ar/cpp/filtering-charts-i...
  9. Tre metodi per filtrare i dati del grafico con ...

    Impara come filtrare i grafici in Excel usando API Aspose.Cells for C++. La nostra guida completa dimostrerà come applicare filtri ai grafici, personalizzare gli elementi del grafico e usare strumenti di analisi dei dati per migliori insights e decisioni informate.... Add ( ChartType :: Column , 7 , 7 , 15 , 15 ); // Access...// Add filters for a filter column. sheet . GetAutoFilter ()....

    docs.aspose.com/cells/it/cpp/filtering-charts-i...
  10. Aspose cells : Redo and undo actions are not pe...

    Step 1: I entered 11, 12, 13, and 14 in different cells. Step 2: I applied red color to some cells. Step 3: I applied yellow color to other cells. Step 4: When performing undo (Ctrl + Z), the colors are removed correc…...MaxDataColumn; int column = entry.Key % cells.MaxDataColumn;...MaxDataColumn; cells[row, column].PutValue(entry.Value); } Next Steps...

    forum.aspose.com/t/aspose-cells-redo-and-undo-a...