SubItem Constructor(Object)
In This Topic
Initializes a new instance of the
SubItem class with values.
Syntax
'Declaration
Public Function New( _
ByVal As Object _
)
'Usage
Dim value As Object
Dim instance As New SubItem(value)
Parameters
- value
- An object indicates the value of the SubItem object.
See Also