Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 428 Bytes

CommonReportrow.md

File metadata and controls

20 lines (14 loc) · 428 Bytes

EzmaxApi::CommonReportrow

Properties

Name Type Description Notes
a_obj_reportcell Array<CommonReportcell>
i_reportrow_height Integer The reportrow height in pixels

Example

require 'Ezmaxapi'

instance = EzmaxApi::CommonReportrow.new(
  a_obj_reportcell: null,
  i_reportrow_height: 20
)