Name | Type | Description | Notes |
---|---|---|---|
IReportcellColumnspan | int32 | The number of Reportcolumns the Reportcell spans | |
IReportcellRowspan | int32 | The number of Reportrows the Reportcell spans |
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
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
func (o *CommonReportcell) GetIReportcellColumnspan() int32
GetIReportcellColumnspan returns the IReportcellColumnspan field if non-nil, zero value otherwise.
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.
func (o *CommonReportcell) SetIReportcellColumnspan(v int32)
SetIReportcellColumnspan sets IReportcellColumnspan field to given value.
func (o *CommonReportcell) GetIReportcellRowspan() int32
GetIReportcellRowspan returns the IReportcellRowspan field if non-nil, zero value otherwise.
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.
func (o *CommonReportcell) SetIReportcellRowspan(v int32)
SetIReportcellRowspan sets IReportcellRowspan field to given value.