Sort Score
Result 10 results
Languages All
Labels All
Results 8,431 - 8,440 of 30,494 for

worksheet

(1.32 sec)
  1. Imprimer des feuilles de calcul|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/fr/net/print-spreadsheets/
  2. Ajuster les lignes et les colonnes automatiquem...

    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 worksheet = workbook ...fitting the 3rd row of the worksheet worksheet . autoFitRow ( 2 ) #...

    docs.aspose.com/cells/fr/java/autofit-rows-and-...
  3. Agregar comentario en hoja de cálculo|Documenta...

    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 int...int sheetIndex = workbook . Worksheets . Add (); //Obtaining the...

    docs.aspose.com/cells/es/net/add-comment-in-wor...
  4. Seitenumbruchvorschau in Ruby|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....Accessing the first worksheet in the Excel file worksheets = workbook...sheet_index = worksheets . add () worksheet = worksheets . get ( sheet_index...

    docs.aspose.com/cells/de/java/page-break-previe...
  5. Arbeitsblätter in PHP schützen|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....rufen Sie die Methode protect_worksheet des Moduls protection auf...the first worksheet in the Excel file $worksheets = $excel ->...

    docs.aspose.com/cells/de/java/protecting-worksh...
  6. حماية الأوراق العمل في PHP|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....PHP , اتصل بطريقة protect_worksheet في وحدة protection . كود PHP...the first worksheet in the Excel file $worksheets = $excel ->...

    docs.aspose.com/cells/ar/java/protecting-worksh...
  7. Ajouter des hyperliens aux cellules dans VSTO e...

    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.... Worksheet objSheet = ( Excel . Worksheet ) objBook...First sheet. Worksheet worksheet = workbook . Worksheets [ 0 ]; //Define...

    docs.aspose.com/cells/fr/net/add-hyperlinks-to-...
  8. Exportieren eines Zellbereichs eines Arbeitsbla...

    Erfahren Sie, wie man einen bestimmten Zellbereich in einem Arbeitsblatt mit Aspose.Cells und C++ in ein Bild exportiert....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...area with the desired range worksheet . GetPageSetup (). SetPrintArea...

    docs.aspose.com/cells/de/cpp/export-range-of-ce...
  9. 在 Aspose.Cells 中显示或隐藏网格线|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....类包含一个 Worksheets 集合,允许访问 Excel 文件中的每个工作表。 工作表由 Worksheet 类表示。...类表示。 Worksheet 类提供了一系列属性和方法来管理工作表。要控制网格线的可见性,使用 Worksheet 类的 IsGridlinesVisible...

    docs.aspose.com/cells/zh/net/display-or-hide-gr...
  10. 搜索

    搜索... 將所需的工作表取得到 Worksheet 類別物件中。 (可選)將資料插入工作表中。 使用 Charts...xlsx"); // 訪問工作表 Worksheet sheet = wb.Worksheets[0]; // 取得圖表 ChartCollection...

    blog.aspose.com/zh-hant/cells/tornado-charts-in...