Objective Grid for Microsoft® .NET® Reference Guide

GridControl.DeleteChildren Method 

Back to Class Index

[Visual Basic]
Public Sub DeleteChildren( _
   ByVal nFromRow As Integer, _
   ByVal nToRow As Integer _
)
[C#]
public void DeleteChildren(
   int nFromRow,
   int nToRow
);

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace