Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 79,527 for

project

(0.03 sec)
  1. Manage VBA codes of Excel Macro-Enabled workboo...

    Add VBA Module and Modify VBA or Macro with Aspose.Cells for Node.js via C++....to read and modify the VBA project in the Excel file. Aspose.Cells...a library reference to VBA project in workbook Assign Macro to...

    docs.aspose.com/cells/nodejs-cpp/manage-vba-pro...
  2. Sorting Resources by Name

    Learn how to sort Microsoft Project (MPP/XML) resources by names using Aspose.Tasks for C++....working with a project using Aspose.Tasks, project resources can...traverse the resources in the project and sort them by name. Implementing...

    docs.aspose.com/tasks/cpp/sorting-resources-by-...
  3. General Resource Assignment Properties in PHP

    Learn how to read or edit properties of Microsoft Project (MPP/XML) resource assignments using Aspose.Tasks Java for PHP.... Copy 1 $project = new Project( 'test_tasks.mpp' );...2 $resource_assignments = $project -> getResourceAssignmen ()...

    docs.aspose.com/tasks/java/general-resource-ass...
  4. Aspose::Words::Vba::VbaModule::get_Type method ...

    Aspose::Words::Vba::VbaModule::get_Type method. Specifies whether the module is a procedural module, document module, class module, or designer module in C++....Shows how to create a VBA project using macros. auto doc = MakeObject...// Create a new VBA project. auto project = MakeObject < VbaProject...

    reference.aspose.com/words/cpp/aspose.words.vba...
  5. Retrieving Task's Budget Work and Cost Values

    Learn how to read Microsoft Project (MPP/XML) task budget work and cost values using Aspose.Tasks for .NET....Contents [ Hide Show ] Microsoft Project 2007 and 2010 provide budget... Copy 1 Project project = new Project( "New Project.mpp" ); 2...

    docs.aspose.com/tasks/net/retrieving-task-s-bud...
  6. Split Tasks in VSTO and Aspose.Tasks

    Learn how to split Microsoft Project (MPP/XML) tasks using Aspose.Tasks for .NET in comparison with VSTO....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...
  7. Overtimes in Tasks

    Learn how to assign overtime values for Microsoft Project (MPP/XML) tasks using Aspose.Tasks for Java....Contents [ Hide Show ] Microsoft Project lets users assign overtime...task (TimeSpan). Microsoft Project view of task overtime To see...

    docs.aspose.com/tasks/java/overtimes-in-tasks/
  8. Split Tasks in Ruby

    Learn how to split Microsoft Project (MPP/XML) tasks using Aspose.Tasks Java for Ruby....Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project' ) ....tasks.Tsk' ) 4 calendar = project . get(prj . CALENDAR) 5 cal...

    docs.aspose.com/tasks/java/split-tasks-in-ruby/
  9. Document.RemoveMacros | Aspose.Words for .NET

    Effortlessly remove all macros, toolbars, and custom command settings from your VBA Project with the Document RemoveMacros method for a cleaner document....Removes all macros (the VBA project) as well as toolbars and command...HasMacros ); Assert . AreEqual ( "Project" , doc . VbaProject . Name...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Aspose::Words::Vba::VbaModule class | Aspose.Wo...

    Aspose::Words::Vba::VbaModule class. Provides access to VBA Project module. To learn more, visit the documentation article in C++....class Provides access to VBA project module. To learn more, visit...() const Gets or sets VBA project module name. get_SourceCode...

    reference.aspose.com/words/cpp/aspose.words.vba...