Sort Score
Result 10 results
Languages All
Labels All
Results 7,681 - 7,690 of 21,382 for

worksheet

(0.05 sec)
  1. Modifier les liens hypertextes de la feuille de...

    Apprenez comment modifier les liens hypertextes d une feuille de calcul via l API Aspose.Cells for C++....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...in the worksheet for ( int32_t i = 0 ; i < worksheet . GetHyperlinks...

    docs.aspose.com/cells/fr/cpp/editing-hyperlinks...
  2. Copier des formes entre des feuilles de calcul ...

    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....FilePath + "Copy Shapes between Worksheets.xlsx" ; //Open the template...the Chart from the "Chart" worksheet. Aspose . Cells . Charts ...

    docs.aspose.com/cells/fr/net/copy-shapes-betwee...
  3. Lavorare con le Validazioni nelle Colonne|Docum...

    Questo articolo introduce come utilizzare le validazioni nelle colonne in GridDesktop....//Accessing first worksheet of the Grid Worksheet sheet = gridDesktop1...gridDesktop1 . Worksheets [ 0 ]; //Accessing the Validation object...

    docs.aspose.com/cells/it/net/aspose-cells-gridd...
  4. Изменения в общедоступном API в Aspose.Cells 9....

    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....the default Worksheet from the Workbook Worksheet sheet = book...xlsx" ); //Load the Worksheet at 0 index Worksheet sheet = book ....

    docs.aspose.com/cells/ru/java/public-api-change...
  5. Filtrera objekt medan du laddar arbetsbok eller...

    Lär dig hur du filtrerar objekt som diagram, former och villkorlig formatering medan du laddar arbetsboken eller kalkylblad med Aspose.Cells for C++....inputFilePath , lOptions ); // Save worksheet to a single PDF page PdfSaveOptions...public : void StartSheet ( Worksheet & sheet ) override { U16String...

    docs.aspose.com/cells/sv/cpp/filter-objects-whi...
  6. Unione e separazione di celle con C++|Documenta...

    Aspose.Cells è una libreria C++ per lavorare con file di fogli di calcolo, che supporta l’unione e la separazione delle celle. Questo articolo introdurrà come unire e separare le celle usando la libreria Aspose.Cells, e come personalizzare lo stile della cella unita....Create a Worksheet and get the first sheet Worksheet worksheet = wbk...all the cells Cells cells = worksheet . GetCells (); // Merge some...

    docs.aspose.com/cells/it/cpp/merging-and-unmerg...
  7. 条件付きアイコンセットをセルのテキストとともにC++で追加する|Documentation

    Aspose.Cellsを使用して、C++でExcelのセルの横に条件付きアイコンを追加する方法を学びます。...// Get the first worksheet (default worksheet) in the workbook...workbook Worksheet worksheet = workbook . GetWorksheets (). Get ( 0...

    docs.aspose.com/cells/ja/cpp/add-conditional-ic...
  8. Node.jsとC++を使用してページ設定の拡大縮小率を計算する。|Documentation

    この記事では、Node.js APIとC++を使い、Excelシートのページ設定の拡大縮小比率をプログラム的に計算するためのサンプルコードを提供します。...); // Access first worksheet const worksheet = workbook . getWorksheets...some data in these cells worksheet . getCells (). get ( "A4"...

    docs.aspose.com/cells/ja/nodejs-cpp/calculate-p...
  9. Python.NET ile Excel sayfasını Fit edilmiş Sayf...

    Aspose.Cells for Python via .NET API kullanarak Excel yazdırma için fit_to_pages_wide ve fit_to_pages_tall özelliklerini ayarlamayı öğrenin....Accessing the first worksheet in the Excel file worksheet = workbook .... worksheets [ 0 ] # Setting the number of pages to which the...

    docs.aspose.com/cells/tr/python-net/how-to-prin...
  10. ワークシートに行を追加または挿入する|Documentation

    この記事では、GridDesktopで行を追加または挿入する方法について紹介します。...GridDesktop コントロールを Form に追加します 任意の Worksheet にアクセスします ワークシート に 行 を追加します...GridDesktop コントロールを Form に追加します 任意の Worksheet にアクセスします ワークシート に 行 を 挿入 ...

    docs.aspose.com/cells/ja/net/aspose-cells-gridd...