int LastColumn { get; set; }
Property LastColumn As Integer Get Set
property int LastColumn { int get (); void set (int value); }
abstract LastColumn : int with get, set