GroupDeleted (col)

삭제예정인 행(Deleted)을 그룹핑에 포함시킬지 여부를 설정합니다.

Type

boolean

Options

Value Description
0 삭제 예정인 행은 그룹핑 제외
1 삭제 예정인 행도 그룹핑에 포함(default)

Example

//삭제 예정 행에 대해 그룹핑에서 제외합니다.
options.Def.Col = {GroupDeleted: 0};

Read More

Since

product version desc
core 8.0.0.0 기능 추가