Objective Grid for Microsoft® .NET® Reference Guide

GridControl.GetChildAt Method 

Back to Class Index

[Visual Basic]
Public Function GetChildAt( _
   ByVal nRow As Integer, _
   ByVal bForceCreation As Boolean _
) As GridControl
[C#]
public GridControl GetChildAt(
   int nRow,
   bool bForceCreation
);

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace