SourceGrid.Grid.GridRows.this C# (CSharp) Method

this() public method

public this ( int index ) : SourceGrid.GridRow
index int
return SourceGrid.GridRow
            public new GridRow this[int index]
            {
                get { return (GridRow)base[index]; }
            }