Sort Score
Result 10 results
Languages All
Labels All
Results 8,751 - 8,760 of 30,458 for

worksheet

(1.11 sec)
  1. Configurar opciones de página en Jython|Documen...

    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....Accessing the first worksheet in the Excel file worksheets = workbook...sheet_index = worksheets . add () sheet = worksheets . get ( sheet_index...

    docs.aspose.com/cells/es/java/setting-page-opti...
  2. Sayfa Seçenekleri ile C++ Kullanımı|Documentation

    Bu makale, C++ API kullanarak Excel çalışma sayfalarının sayfa ayarlarını programlama yoluyla ayarlamak için örnek kod sağlar. Sayfa Yönlendirmesi, Ölçek Faktörü, Sayfa Sığdırma Seçenekleri, Kağıt Boyutu, Yazdırma Kalitesi, İlk Sayfa Numarası ayarlayabileceksiniz....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/cpp/setting-page-options/
  3. JavaScriptを使用してワークシートがダイアログシートかどうかを検出する方法|Docum...

    この資料では、C++経由のAspose.Cells for JavaScriptを使用してExcelワークシートがダイアログシートかどうかをプログラムで判断するための手順とサンプルコードを提供します。...Cells for JavaScriptによって提供される Worksheet.type プロパティを使用します。もし列挙値 SheetType...ァイル(64716820.xlsx)を読み込み、 Worksheet.type プロパティを確認し、それを SheetType...

    docs.aspose.com/cells/ja/javascript-cpp/find-if...
  4. Архів

    Архів... Access the desired worksheet. Використайте Pictures.add()...Доступ до першого аркуша Worksheet worksheet = workbook.getWorksheets()...

    blog.aspose.com/uk/cells/add-photo-to-excel-in-...
  5. طباعة جداول بيانات|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....the worksheet PageSetup pageSetup = workbook . Worksheets [ 0...reference of the PageSetup of the worksheet Aspose . Cells . PageSetup...

    docs.aspose.com/cells/ar/net/print-spreadsheets/
  6. Экспорт диапазона ячеек листа в изображение с п...

    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....Export Range Of Cells In Worksheet To Image </ h1 > < input type...first worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/ru/javascript-cpp/export-...
  7. Vistas de Hoja de Cálculo|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 contiene una colección Worksheets que permite acceder a cada...representada por la clase Worksheet . La clase Worksheet ofrece una amplia...

    docs.aspose.com/cells/es/go-cpp/worksheet-views/
  8. Archiv

    Archiv...Worksheets -Eigenschaft ab. Verwenden...WorksheetCollection sheets = wb.Worksheets; // Kopieren Sie Daten aus...

    blog.aspose.com/de/cells/copy-excel-worksheets-...
  9. Lưu trữ

    Lưu trữ...intrusive_ptr<IWorksheet> worksheet = workbook->GetIWorksheet...// Thêm giá trị mẫu vào ô worksheet->GetICells()->GetObjectByIndex(new...

    blog.aspose.com/vi/cells/create-charts-in-excel...
  10. رسم بياني إلى صورة باستخدام C++|Documentation

    تعلم كيفية استخدام Aspose.Cells for C++ لتحويل رسم بياني إلى تنسيق صورة، مثل JPEG أو PNG. سيرينا دليلنا كيفية تصدير رسم بياني من مايكرسوفت إكسل وحفظه كصورة مستقلة للاستخدام والمعالجة لاحقًا....Workbook workbook ; // Add a new worksheet to the workbook int sheetIndex...the newly added worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/ar/cpp/chart-to-image/