VBA Module: cVBAArgument
This procedure list for repo (VbaGit) was automatically created on 4/18/2017 10:42:59 AM by VBAGit. For more information see the desktop liberation site
Below is a section for each procedure in cVBAArgument
VBA Procedure: name
Type: Get
Returns: String
Return description: ****
Scope: Public
Description: ****
Public Property Get name() As String
no arguments required for this procedure
VBA Procedure: parent
Type: Get
Returns: cVBAProcedure
Return description: ****
Scope: Public
Description: ****
Public Property Get parent() As cVBAProcedure
no arguments required for this procedure
VBA Procedure: argType
Type: Get
Returns: String
Return description: ****
Scope: Public
Description: ****
Public Property Get argType() As String
no arguments required for this procedure
VBA Procedure: default
Type: Get
Returns: String
Return description: ****
Scope: Public
Description: ****
Public Property Get default() As String
no arguments required for this procedure
VBA Procedure: isOptional
Type: Get
Returns: Boolean
Return description: ****
Scope: Public
Description: ****
Public Property Get isOptional() As Boolean
no arguments required for this procedure
VBA Procedure: description
Type: Let
Returns: void
Return description: ****
Scope: Public
Description: ****
Public Property Let description(p As String)
name | type | optional | default | description |
---|---|---|---|---|
p | String | False |
VBA Procedure: description
Type: Get
Returns: String
Return description: ****
Scope: Public
Description: ****
Public Property Get description() As String
no arguments required for this procedure
VBA Procedure: init
Type: Function
Returns: cVBAArgument
Return description: ****
Scope: Public
Description: ****
Public Function init(m As cVBAProcedure, decString As String) As cVBAArgument
name | type | optional | default | description |
---|---|---|---|---|
m | cVBAProcedure | False | ||
decString | String | False |
VBA Procedure: tearDown
Type: Sub
Returns: void
Return description: ****
Scope: Public
Description: ****
Public Sub tearDown()
no arguments required for this procedure