'Declaration Public Sub AddRange( _ ByVal collection As IEnumerable(Of MatrixColumn) _ )
public void AddRange( IEnumerable<MatrixColumn> collection )
Parameters
- collection
- The MatrixColumnCollection to add to the current collection.
'Declaration Public Sub AddRange( _ ByVal collection As IEnumerable(Of MatrixColumn) _ )
public void AddRange( IEnumerable<MatrixColumn> collection )