VbaModuleCollection.AddUserForm
VbaModuleCollection.AddUserForm method
Inser user form into VBA Project.
public int AddUserForm(string name, string codes, byte[] designerStorage)
Parameter | Type | Description |
---|---|---|
name | String | The name of user form |
codes | String | The codes for the user form |
designerStorage | Byte[] | the designer setting about the user form |
See Also
- class VbaModuleCollection
- namespace Aspose.Cells.Vba
- assembly Aspose.Cells