System.Windows.Forms.TableRowCollection.Last C# (CSharp) 메소드

Last() 공개 메소드

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