SourceGrid.Grid.CreateRowsObject C# (CSharp) Method

CreateRowsObject() protected method

Method used to create the rows object, in this class of type RowInfoCollection.
protected CreateRowsObject ( ) : SourceGrid.RowsBase
return SourceGrid.RowsBase
        protected override RowsBase CreateRowsObject()
        {
            return new GridRows(this);
        }