SourceGrid.Grid.CreateRowsObject C# (CSharp) 메소드

CreateRowsObject() 보호된 메소드

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