'Declaration Public Sub Add( _ ByVal item As MatrixColumn _ )
public void Add( MatrixColumn item )
Parameters
- item
- The object to be added to the end of the Collection. The value can be null for reference types.
Return Value
A new MatrixColumn object.