 | MccGridDeleteRow Method |
행을 삭제 합니다. - 엑티브 상태의 단일행만 적용됨.
Namespace:
Mcc.Series.Controls
Assembly:
Mcc.Series.Controls (in Mcc.Series.Controls.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void DeleteRow(
UltraGridRow ugr,
bool rowVisible
)
Parameters
- ugr
- Type: UltraGridRow
삭제할 GridRow 개체 입니다. - rowVisible
- Type: SystemBoolean
실제 Grid에서 삭제 할 지 삭제 표시를 할지를 결정 합니다.
See Also