This document is archived and information here might be outdated. Recommended version. |
Insert a row before given row. Use -1 to insert at the end.
[Visual Basic .NET] Public Sub InsertGridRow ( _ ByVal Row As Integer, _ ByVal pLine As IGSLine _ )
[C#] public void InsertGridRow ( int Row, IGSLine pLine );