AssignFrom Method (Grouping)
In This Topic
Assigns (copies) properties from another
Grouping to the current object.
Syntax
'Declaration
Public Sub AssignFrom( _
ByVal As Grouping _
)
public void AssignFrom(
Grouping
)
Parameters
- source
- The source object to copy properties from.
See Also