Name | Type | Description | Notes |
---|---|---|---|
a_obj_reportcell | Array<CommonReportcell> | ||
i_reportrow_height | Integer | The reportrow height in pixels |
require 'Ezmaxapi'
instance = EzmaxApi::CommonReportrow.new(
a_obj_reportcell: null,
i_reportrow_height: 20
)