Objective Grid for Microsoft® .NET® Reference Guide

GridControl.GetDesignerCell Method 

Back to Class Index

[Visual Basic]
Public Function GetDesignerCell( _
   ByVal row As Integer, _
   ByVal col As Integer _
) As DesignerCell
[C#]
public DesignerCell GetDesignerCell(
   int row,
   int col
);

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace