Related (cell)

TypeEnum이나 Radio 인 열들 간에 연관성을 통해, 대분류/중분류/소분류와 같은 관계형 콤보를 설정합니다.
자세한 사용 방법은 col Related속성을 확인해 주세요.

Type

string

Options

Value Description
string 자신의 상위 관계 열이름

Example

//Related 속성을 통해 대분류/중분류/소분류에 해당하는 콤보를 구성
//메소드를 통해 특정 셀에 속성 적용 (열이름: CLS3)
sheet.setAttribute(sheet.getRowById("AR99"), "CLS3", "Related", "CLS1,CLS2");

Read More

Since

product version desc
core 8.0.0.0 기능 추가