.NET Matrix Library
InsertRow Method
See Also  Send Feedback



index
Specifies the position of the inserted row.
Inserts a row in the current matrix at the specified position.

Syntax

Visual Basic (Declaration) 
Public Sub InsertRow( _
   ByVal index As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As Matrix
Dim index As Integer
 
instance.InsertRow(index)
C# 
public void InsertRow( 
   int index
)
C++/CLI 
public:
void InsertRow( 
   int index
) 

Parameters

index
Specifies the position of the inserted row.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

.NET Matrix Library