Name | Type | Description | Notes |
---|---|---|---|
obj_reportcellstyle_default | CommonReportcellstyle | ||
i_reportcolumn_width | Integer | The Reportcolumn width in pixels |
require 'Ezmaxapi'
instance = EzmaxApi::CommonReportcolumn.new(
obj_reportcellstyle_default: null,
i_reportcolumn_width: 120
)