'Declaration Public Function Add( _ ByVal value As MatrixCell _ ) As Integer
public int Add( MatrixCell value )
Parameters
- value
- The MatrixCell object to add to the collection.
Return Value
A new MatrixCell object.
'Declaration Public Function Add( _ ByVal value As MatrixCell _ ) As Integer
public int Add( MatrixCell value )