Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.4 KB

CommonReportcell.md

File metadata and controls

72 lines (39 loc) · 2.4 KB

CommonReportcell

Properties

Name Type Description Notes
IReportcellColumnspan int32 The number of Reportcolumns the Reportcell spans
IReportcellRowspan int32 The number of Reportrows the Reportcell spans

Methods

NewCommonReportcell

func NewCommonReportcell(iReportcellColumnspan int32, iReportcellRowspan int32, ) *CommonReportcell

NewCommonReportcell instantiates a new CommonReportcell object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewCommonReportcellWithDefaults

func NewCommonReportcellWithDefaults() *CommonReportcell

NewCommonReportcellWithDefaults instantiates a new CommonReportcell object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetIReportcellColumnspan

func (o *CommonReportcell) GetIReportcellColumnspan() int32

GetIReportcellColumnspan returns the IReportcellColumnspan field if non-nil, zero value otherwise.

GetIReportcellColumnspanOk

func (o *CommonReportcell) GetIReportcellColumnspanOk() (*int32, bool)

GetIReportcellColumnspanOk returns a tuple with the IReportcellColumnspan field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIReportcellColumnspan

func (o *CommonReportcell) SetIReportcellColumnspan(v int32)

SetIReportcellColumnspan sets IReportcellColumnspan field to given value.

GetIReportcellRowspan

func (o *CommonReportcell) GetIReportcellRowspan() int32

GetIReportcellRowspan returns the IReportcellRowspan field if non-nil, zero value otherwise.

GetIReportcellRowspanOk

func (o *CommonReportcell) GetIReportcellRowspanOk() (*int32, bool)

GetIReportcellRowspanOk returns a tuple with the IReportcellRowspan field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIReportcellRowspan

func (o *CommonReportcell) SetIReportcellRowspan(v int32)

SetIReportcellRowspan sets IReportcellRowspan field to given value.

[Back to Model list] [Back to API list] [Back to README]