Sort Score
Result 10 results
Languages All
Labels All
Results 7,441 - 7,450 of 21,299 for

worksheet

(0.09 sec)
  1. Salva il foglio di lavoro in formato testo o CS...

    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....Separator = '\t' ; //Copy each worksheet data in text format inside...idx = 0 ; idx < workbook . Worksheets . Count ; idx ++) { //Save...

    docs.aspose.com/cells/it/net/save-workbook-to-t...
  2. Python da Satır ve Sütunları Gruplama ve Grupla...

    Aspose.Cells for Python Via Java API sı aracılığıyla Satır ve Sütunları Gruplama ve Gruplamadan Çıkarmayı Öğrenin....Accessing the first worksheet in the Excel file worksheet = workbook ...getWorksheets () . get ( 0 ) cells = worksheet . getCells () \ # Grouping...

    docs.aspose.com/cells/tr/java/grouping-and-ungr...
  3. قياس عرض وارتفاع قيمة الخلية بوحدة البكسل باستخ...

    تعلم كيفية قياس عرض وارتفاع قيمة الخلية بوحدة البكسل من خلال API Aspose.Cells for C++....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...value inside it Cell cell = worksheet . GetCells (). Get ( u "B2"...

    docs.aspose.com/cells/ar/cpp/calculate-the-widt...
  4. C++ ile Hücre Değerinin Genişliğini ve Yüksekli...

    Aspose.Cells for C++ API kullanarak Hücre değeri genişliği ve yüksekliğini nasıl ölçeceğinizi öğrenin....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...value inside it Cell cell = worksheet . GetCells (). Get ( u "B2"...

    docs.aspose.com/cells/tr/cpp/calculate-the-widt...
  5. Cómo cambiar el color de la fuente del comentar...

    Aprenda cómo personalizar el color de la fuente en los comentarios de Excel usando Aspose.Cells con C++....// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...Add some text in cell A1 worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/es/cpp/how-to-change-the-...
  6. Как изменить цвет шрифта комментария с помощью ...

    Узнайте, как настраивать цвет шрифта комментария в Excel с помощью Aspose.Cells и C++....// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...Add some text in cell A1 worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/ru/cpp/how-to-change-the-...
  7. セル内の値の検索|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....first worksheet in the Excel file Worksheet worksheet = workbook...workbook . Worksheets [ 0 ]; //Finding the cell containing the specified...

    docs.aspose.com/cells/ja/net/find-value-in-cells/
  8. 使用 GridWeb 中的 DropDownList、List、FreeList 单元格|Do...

    本文介绍如何在 GridWeb 中使用 list。... WorkSheets [ 0 ]. BindColumns [ "CategoryID"...validation cell GridWeb1 . WorkSheets [ 1 ]. Cells [ "A1" ]. Validation...

    docs.aspose.com/cells/zh/net/aspose-cells-gridw...
  9. العمل مع الحدود|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 . Add (); Worksheet worksheet = workbook...workbook . Worksheets [ 0 ]; // Style the cell with borders all around...

    docs.aspose.com/cells/ar/net/working-with-borders/
  10. Détecter si une feuille de calcul est protégée ...

    Apprenez comment détecter si une feuille de calcul est protégée par mot de passe en utilisant Aspose.Cells for C++....IsProtectedWithPassw renvoie true si Worksheet est protégée par mot de passe...Access the protected Worksheet Worksheet sheet = book . GetWorksheets...

    docs.aspose.com/cells/fr/cpp/detect-if-workshee...