Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 4,177 for

formula

(0.2 sec)
  1. Расчет формул|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.... Используйте свойство Formula или методы SetFormula(…) класса...ячейки: Важно знать Свойство Formula и методы SetFormula(…) класса...

    docs.aspose.com/cells/ru/java/calculate-formulas/
  2. استخدام الصيغ أو الوظائف لمعالجة البيانات|Docum...

    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.... استخدم خاصية Formula للفئة Cell لإضافة صيغة إلى...كإضافة إكسل. عند ضبط Cell.Formula تعمل الوظائف المضمنة بشكل جيد...

    docs.aspose.com/cells/ar/java/get-and-set-formula/
  3. Rechercher des données en utilisant des valeurs...

    Apprenez comment rechercher des données en utilisant des valeurs d origine via l API Aspose.Cells for C++....PutValue ( 10 ); // Add Sum formula in cell D4 but customize it...style ); // The result of formula will be 20 but 20 will not...

    docs.aspose.com/cells/fr/cpp/search-data-using-...
  4. البحث عن البيانات باستخدام القيم الأصلية باستخد...

    تعلم كيفية البحث عن البيانات باستخدام القيم الأصلية عبر واجهة برمجة التطبيقات Aspose.Cells for C++....PutValue ( 10 ); // Add Sum formula in cell D4 but customize it...style ); // The result of formula will be 20 but 20 will not...

    docs.aspose.com/cells/ar/cpp/search-data-using-...
  5. Öffentliche API Änderungen in Aspose.Cells 8.7....

    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....PutValue ( 10 ); //Add Sum formula in cell D4 but customize it...( style ); //The result of formula will be 20 //but 20 will not...

    docs.aspose.com/cells/de/net/public-api-changes...
  6. Förändringar i offentligt API i Aspose.Cells 8....

    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....PutValue ( 10 ); //Add Sum formula in cell D4 but customize it...( style ); //The result of formula will be 20 //but 20 will not...

    docs.aspose.com/cells/sv/net/public-api-changes...
  7. Изменения в общедоступном API в Aspose.Cells 8....

    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....PutValue ( 10 ); //Add Sum formula in cell D4 but customize it...( style ); //The result of formula will be 20 //but 20 will not...

    docs.aspose.com/cells/ru/net/public-api-changes...
  8. تغييرات الواجهة العامة في Aspose.Cells 8.7.1|Do...

    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....PutValue ( 10 ); //Add Sum formula in cell D4 but customize it...( style ); //The result of formula will be 20 //but 20 will not...

    docs.aspose.com/cells/ar/net/public-api-changes...
  9. Excelファイルの数式を管理する|Documentation

    Aspose.Cells for Python via .NET for NET APIを使ったExcelの数式管理方法について学びましょう。...セルに数式を追加するためには、 Cell クラスの formula プロパティを使用します。例えば 複雑な数式 など =...アドインとして含めたいユーザー定義の数式を持つことができます。セル.Formula 関数を使用すると組み込み関数は正常に動作しますが、ア...

    docs.aspose.com/cells/ja/python-net/using-formu...
  10. حساب الصيغ باستخدام C++|Documentation

    تقدم هذه المقالة شرحًا لكيفية استخدام مكتبة Aspose.Cells لحساب الصيغ في Microsoft Excel باستخدام C++. عن طريق تحميل ملف Excel موجود أو إنشاء واحد جديد، يمكن للمستخدم استخدام الطرق التي توفرها Aspose.Cells لحساب الصيغة والحصول على النتيجة. وأخيرًا، نقوم بحفظ ملف Excel المعدل على القرص....PutValue ( 3 ); // Add a SUM formula to cell A4 worksheet . GetCells...// Calculate the results of formulas workbook . CalculateFormula...

    docs.aspose.com/cells/ar/cpp/calculate-formulas/