Click or drag to resize

MccGridDeleteSelectedRows Method (Boolean, 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 void DeleteSelectedRows(
	bool rowVisible,
	int[] exceptRowIndex
)

Parameters

rowVisible
Type: SystemBoolean
실제 Grid에서 삭제 할 지 삭제 표시를 할지를 결정 합니다.
exceptRowIndex
Type: SystemInt32
삭제 제외할 로우 index.
See Also