'Declaration Public ReadOnly Default Property Item( _ ByVal col As System.Integer _ ) As GridCell
public GridCell this[ System.int col ]; {get;}
Parameters
- col
- The column number.
'Declaration Public ReadOnly Default Property Item( _ ByVal col As System.Integer _ ) As GridCell
public GridCell this[ System.int col ]; {get;}