'Declaration Public ReadOnly Default Property Item( _ ByVal row As Integer, _ ByVal col As Integer _ ) As GridCell
'Declaration
Public ReadOnly Default Property Item( _ ByVal row As Integer, _ ByVal col As Integer _ ) As GridCell
public GridCell this[ int row, int col ]; {get;}
GridPanel Class GridPanel Members