Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 462 Bytes

CommonReportcell.md

File metadata and controls

20 lines (14 loc) · 462 Bytes

EzmaxApi::CommonReportcell

Properties

Name Type Description Notes
i_reportcell_columnspan Integer The number of Reportcolumns the Reportcell spans
i_reportcell_rowspan Integer The number of Reportrows the Reportcell spans

Example

require 'Ezmaxapi'

instance = EzmaxApi::CommonReportcell.new(
  i_reportcell_columnspan: 1,
  i_reportcell_rowspan: 1
)