Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 88,462 for

project

(0.1 sec)
  1. VbaProject.code_page property | Aspose.Words fo...

    VbaProject.code_page property. Gets or sets the VBA Project’s code page....property Gets or sets the VBA project’s code page. @property def...to access a document’s VBA project information. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  2. How to Run the Examples|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....org is checked The example project uses the NuGet Automatic Package...Aspose.Cells.dll in the example project. Download from GitHub All examples...

    docs.aspose.com/cells/net/how-to-run-the-examples/
  3. Percentage Complete Calculations | Aspose.Tasks...

    This guide explains how to calculate and manage percentage complete values using Aspose.Tasks for C++....Contents [ Hide Show ] Microsoft Project shows the percentage of a task...can be added manually, by a project manager, or automatically calculated...

    docs.aspose.com/tasks/cpp/percentage-complete-c...
  4. VbaModuleCollection class | Aspose.Words for Py...

    aspose.words.vba.VbaModuleCollection class. Represents a collection of [VbaModule](../vbamodule/) objects...to access a document’s VBA project information. doc = aw . Document...MY_DIR + 'VBA project.docm' ) # A VBA project contains a collection...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Split Tasks in VSTO and Aspose.Tasks | Aspose.T...

    Compare methods of splitting tasks between Microsoft Project's VSTO add-in and Aspose.Tasks library for .NET developers....NET supports this Microsoft Project feature. Code Examples VSTO...Below is the code for VSTO Project to split tasks: Copy 1 object...

    docs.aspose.com/tasks/net/split-tasks-in-vsto-a...
  6. Aspose.Words.Vba module | Aspose.Words for Node.js

    The Aspose.Words.Vba module provides classes to work with VBA Projects....provides classes to work with VBA projects. A VbaProject inside the document...VbaModule Provides access to VBA project module. To learn more, visit...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. VbaModuleType | Aspose.Words for Java

    Specifies the type of a model in a VBA Project in Java....VBA project. Examples: Shows how to create a VBA project using...Create a new VBA project. VbaProject project = new VbaProject();...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose::Words::Vba::VbaModuleCollection::get_Co...

    Aspose::Words::Vba::VbaModuleCollection::get_Count method. Returns the number of VBA modules in the collection in C++....to access a document’s VBA project information. auto doc = System...get_MyDir () + u "VBA project.docm" ); // A VBA project contains a collection...

    reference.aspose.com/words/cpp/aspose.words.vba...
  9. Formula Expressions | Aspose.Tasks Documentation

    This document provides guidance on working with formula expressions using Aspose.Tasks for C++....can use Task, Resource and Project fields as a formula in expressions...fields, DateTime, Boolean and Project Fields such as task count and...

    docs.aspose.com/tasks/cpp/formula-expressions/
  10. Working with VBA Macros in C++|Aspose.Words for...

    Working with document VBA Projects using C++....classes to get access to the VBA project source code: The VBAProject...class provides access to VBA project information The VBAModulesCollection...

    docs.aspose.com/words/cpp/working-with-vba-macros/