SetRowHeightMax (row method)

행의 최대 높이 값을 설정 합니다.
데이터 행의 높이를 자동으로 설정한 경우에만 적용이 되며, DataRowHeight 보다 작게 설정한 경우 DataRowHeight의 값으로 설정 됩니다.

Syntax

ObjId.SetRowHeightMax(MaxHeight);

Info

Parameter Type Required Description
MaxHeight Integer 필수 해당 행에 설정 할 최대 높이값

Returns

none

Example

// 최대 높이를 50픽셀로 설정
mySheet.SetRowHeightMax(50);

Since

version desc
7.0.0.0