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