Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 759 Bytes

File metadata and controls

24 lines (18 loc) · 759 Bytes

EzmaxApi::CommonReportsection

Properties

Name Type Description Notes
a_obj_reportsubsection Array<CommonReportsubsection>
e_reportsection_horizontalalignment EnumHorizontalalignment
s_reportsection_title String The title of this Reportsection [optional]
s_reportsection_tabname String The name of tab in excel version [optional]

Example

require 'Ezmaxapi'

instance = EzmaxApi::CommonReportsection.new(
  a_obj_reportsubsection: null,
  e_reportsection_horizontalalignment: null,
  s_reportsection_title: text,
  s_reportsection_tabname: text
)