System.Windows.Forms.TableRowCollection.Last C# (CSharp) Method

Last() public method

public Last ( ) : TableRow
return TableRow
        public TableRow Last()
        {
            return items.Last();
        }
        public void Remove(TableRow row)