Description

피벗 그리드에 표시되고 있는 컬럼 필드의 이름들을 가져온다.

Syntax

function getColumnFieldNames()

Parameters

None.

Return value

Type: Array of String
컬럼 필드의 이름들을 가져온다.

Examples

var cNames = pivot.getColumnFieldNames();