여러개의 새로운 열의 인스턴스를 생성하고 컬렉션에 추가합니다.

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
public Row[] AddNew(
	int count
)
Visual Basic
Public Function AddNew ( _
	count As Integer _
) As Row()
Visual C++
public:
array<Row^>^ AddNew(
	int count
)

Parameters

count
Type: System..::..Int32

[Missing <param name="count"/> documentation for "M:Ntreev.Windows.Forms.Grid.RowCollection.AddNew(System.Int32)"]

Return Value

새로 생성된 Row의 인스턴스들입니다.

See Also