Example #1
0
 public static T Item <T>(this GridColumns columns, object index)
 {
     return((T)columns.Item(index));
 }