Click or drag to resize

MccGridAddRow Method (Int32)

행을 추가함.

Namespace:  Mcc.Series.Controls
Assembly:  Mcc.Series.Controls (in Mcc.Series.Controls.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public UltraGridRow AddRow(
	int bandIndex
)

Parameters

bandIndex
Type: SystemInt32
추가할 밴드의 인덱스

Return Value

Type: UltraGridRow

[Missing <returns> documentation for "M:Mcc.Series.Controls.MccGrid.AddRow(System.Int32)"]

See Also