Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 11,881 for

vba

(0.08 sec)
  1. 使用JavaScript通过C++查明VBA项目是否受保护|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....使用JavaScript通过C++查明VBA项目是否受保护 Contents [ Hide ] ** 使用JavaScript查明VBA项目是否受保护**...isProtected() 属性,判断Excel文件中的VBA(Visual Basic for Applications)项目是否被保护。...

    docs.aspose.com/cells/zh/javascript-cpp/find-ou...
  2. 用C++检查VBA代码的数字签名是否有效|Documentation

    学习如何用Aspose.Cells在C++中检查Vba代码的数字签名的有效性。...用C++检查VBA代码的数字签名是否有效 Contents [ Hide ] Aspose.Cells允许你使用 Workbook...IsValidSigned 属性检查VBA代码数字签名是否有效。如果验证通过,返回 true ;否则返回 false 。当你修改VBA代码后,数字签名会失效。...

    docs.aspose.com/cells/zh/cpp/check-if-digital-s...
  3. VbaModuleCollection.Item | Aspose.Words for .NET

    Access VbaModule objects effortlessly with the VbaModuleCollection Item property. Enhance your Vba projects with easy indexing and improved management....Shows how to access a document’s VBA project information. Document...Document ( MyDir + "VBA project.docm" ); // A VBA project contains...

    reference.aspose.com/words/net/aspose.words.vba...
  4. VbaModuleCollection.add method | Aspose.Words f...

    VbaModuleCollection.add method. Adds a module to the collection.... Vba . VbaModule ) Parameter Type...Examples Shows how to create a VBA project using macros. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. VbaModule class | Aspose.Words for Python

    aspose.words.Vba.VbaModule class. Provides access to Vba project module...VbaModule class Provides access to VBA project module. To learn more...more, visit the Working with VBA Macros documentation article. Constructors...

    reference.aspose.com/words/python-net/aspose.wo...
  6. VbaModuleCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Vba.VbaModuleCollection class, your essential tool for managing VbaModule objects efficiently in document automation....more, visit the Working with VBA Macros documentation article...get; } Returns the number of VBA modules in the collection. Item...

    reference.aspose.com/words/net/aspose.words.vba...
  7. VbaProject.modules property | Aspose.Words for ...

    VbaProject.modules property. Returns collection of Vba project modules....property Returns collection of VBA project modules. @property def...( self ) -> aspose . words . vba . VbaModuleCollection : ... Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 用C++为Excel工作簿的VBA项目加密保护|Documentation

    了解如何使用Aspose.Cells结合C++为Excel工作簿的Vba项目添加密码保护。...用C++为Excel工作簿的VBA项目加密保护 Contents [ Hide ] 用C++为Excel工作簿的VBA项目加密保护 你可以使用...VbaProject.Protect() 方法,为工作簿的VBA(Visual Basic for Applications)项目设置密码保护。...

    docs.aspose.com/cells/zh/cpp/password-protect-t...
  9. VbaModule.name property | Aspose.Words for Node.js

    VbaModule.name property. Gets or sets Vba project module name....name property Gets or sets VBA project module name. get name...Examples Shows how to create a VBA project using macros. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. VbaModule.type property | Aspose.Words for Python

    VbaModule.type property. Specifies whether the module is a procedural module, document module, class module, or designer module.... vba . VbaModuleType : ... @type.setter...self , value : aspose . words . vba . VbaModuleType ): ... Examples...

    reference.aspose.com/words/python-net/aspose.wo...