Aspose::Cells::Vba::VbaModuleCollection::AddUserForm method
Contents
[
Hide
]VbaModuleCollection::AddUserForm(const U16String&, const U16String&, const Vector <uint8_t>&) method
Inser user form into VBA Project.
int32_t Aspose::Cells::Vba::VbaModuleCollection::AddUserForm(const U16String &name, const U16String &codes, const Vector<uint8_t> &designerStorage)
Parameter | Type | Description |
---|---|---|
name | const U16String& | The name of user form |
codes | const U16String& | The codes for the user form |
designerStorage | const Vector <uint8_t>& | the designer setting about the user form |
ReturnValue
See Also
- Class Vector
- Class U16String
- Class VbaModuleCollection
- Namespace Aspose::Cells::Vba
- Library Aspose.Cells for C++
VbaModuleCollection::AddUserForm(const char16_t*, const char16_t*, const Vector <uint8_t>&) method
Inser user form into VBA Project.
int32_t Aspose::Cells::Vba::VbaModuleCollection::AddUserForm(const char16_t *name, const char16_t *codes, const Vector<uint8_t> &designerStorage)
Parameter | Type | Description |
---|---|---|
name | const char16_t* | The name of user form |
codes | const char16_t* | The codes for the user form |
designerStorage | const Vector <uint8_t>& | the designer setting about the user form |
ReturnValue
See Also
- Class Vector
- Class VbaModuleCollection
- Namespace Aspose::Cells::Vba
- Library Aspose.Cells for C++