AddRow Method See Also RowCount The number of rows to add (default is 1) Position The position of the new rows (0-based; default is -1, meaning append row to the end) DescriptionAdds a row to the matrix. SyntaxVisual BasicPublic Sub AddRow( _ Optional ByVal RowCount As Long = 1, _ Optional ByVal Position As Long = -1 _ ) Parameters RowCount The number of rows to add (default is 1) Position The position of the new rows (0-based; default is -1, meaning append row to the end) See AlsoMatrix Object