SMART datagrid v1.4 > Reporting > Classes > PrintTile

Back  Forward

DLReport.PrintTile.rowHeights  property

명시적 행 높이. 


일부 컬럼이나 전체 컬럼에 대해 높이를 ","로 분리한 문자열로 지정할 수 있다. 각 너비 값은 widthheight와 마찬가지로 절대값이나 "%"를 포함한 전체 높이에 대한 상대적 값으로 지정할 수 있다. 

절대값으로 지정한 컬럼들의 높이가 결정된 후 상대 높이의 크기가 계산된다. 

Getter
function rowHeights(): [Number|String]
Setter
function setRowHeights(value: [PrintDimension])
See Also
colWidths
cols
rows
rangeMasks
Examples
Tile Tutorial
Quotation Sample