Sort Score
Result 10 results
Languages All
Labels All
Results 8,781 - 8,790 of 30,472 for

worksheet

(0.1 sec)
  1. Öffentliche API Änderungen in Aspose.Cells 9.0....

    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....Workbook (); // Get the default Worksheet from the Workbook var sheet...sheet = book . Worksheets [ 0 ]; // Add a TextBox to the collection...

    docs.aspose.com/cells/de/net/public-api-changes...
  2. Ajuste automático de fila y columna|Documentation

    Aprenda cómo ajustar automáticamente la fila y la columna a través de la API Aspose.Cells for Java...first worksheet in the Excel file Worksheet worksheet = workbook...getWorksheets (). get ( 0 ); worksheet . autoFitRow ( 1 ); //Auto-fitting...

    docs.aspose.com/cells/es/java/auto-fit-row-and-...
  3. Skapa nytt arbetsblad|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....Workbook (); //Adding a new worksheet to the Workbook object WorksheetCollection...WorksheetCollection worksheets = workbook . Worksheets ; Worksheet worksheet...

    docs.aspose.com/cells/sv/net/create-new-worksheet/
  4. Gestión de controles con C++|Documentation

    Aprende cómo agregar y gestionar varios controles como líneas, rectángulos, arcos, óvalos, spinners, barras de desplazamiento y cuadros de grupo en hojas de cálculo usando Aspose.Cells con C++....the first worksheet in the book. Worksheet worksheet = workbook...collection. int32_t textboxIndex = worksheet . GetTextBoxes (). Add ( 2...

    docs.aspose.com/cells/es/cpp/managing-controls/
  5. Ajouter une connexion Pivot avec C++|Documentation

    Apprenez comment ajouter une connexion pivot avec la bibliothèque Aspose.Cells en utilisant C++....Access first worksheet WorksheetCollection worksheets = workbook...GetWorksheets (); Worksheet worksheet = worksheets . Get ( 0 ); //...

    docs.aspose.com/cells/fr/cpp/add-pivot-connection/
  6. Wie man Punkt als Total mit Python.NET setzt|Do...

    Erfahren Sie, wie Sie mit Aspose.Cells für Python via .NET die Gesamtpunkte in Wasserfalldiagrammen in Excel Schritt für Schritt konfigurieren....first worksheet and chart worksheet = workbook . worksheets [ 0...0 ] chart = worksheet . charts [ 0 ] # Verify chart type if chart...

    docs.aspose.com/cells/de/python-net/how-to-set-...
  7. Hur man skriver ut Excel som anpassade sidor br...

    Lär dig att ställa in fit_to_pages_wide och fit_to_pages_tall egenskaper för utskrift av Excel med Aspose.Cells för Python via .NET API....Accessing the first worksheet in the Excel file worksheet = workbook .... worksheets [ 0 ] # Setting the number of pages to which the...

    docs.aspose.com/cells/sv/python-net/how-to-prin...
  8. كيفية طباعة إكسل كصفحات ملائمة عرضها وارتفاعها ...

    تعلم كيفية تعيين خصائص fit_to_pages_wide و fit_to_pages_tall لطباعة إكسل باستخدام API الخاص بـ Aspose.Cells للبايثون via .NET....Accessing the first worksheet in the Excel file worksheet = workbook .... worksheets [ 0 ] # Setting the number of pages to which the...

    docs.aspose.com/cells/ar/python-net/how-to-prin...
  9. JavaScript ve C++ ile Sayfa Seçenekleri Ayarlam...

    Bu makale, JavaScript ve C++ kullanarak Excel çalışma sayfalarının sayfa seçeneklerini programlı olarak ayarlamak için örnek kod sağlar. Sayfa Yönlendirmesi, Ölçekleme Faktörü, Sayfa Sığdırma Seçenekleri, Kağıt Boyutu, Baskı Kalitesi, İlk Sayfa Numarası ayarlama....sayfasına erişim izni veren bir worksheets koleksiyonunu içerir. Bir...sayfası, Worksheet sınıfı tarafından temsil edilir. Worksheet sınıfı...

    docs.aspose.com/cells/tr/javascript-cpp/setting...
  10. إضافة الصور في ورقة العمل|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....//Get the first worksheet Worksheet worksheet = workbook . getWorksheets...a string value to a cell worksheet . getCells (). get ( "C2"...

    docs.aspose.com/cells/ar/java/add-images-in-wor...