Click or drag to resize

StiTableCreateJoin Method

Join of the allocated cells

Namespace:  Stimulsoft.Report.Components.Table
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public int[] CreateJoin(
	ref double sumWidth,
	ref double sumHeight,
	ref int joinWidth,
	ref int joinHeight
)

Parameters

sumWidth
Type: SystemDouble

[Missing <param name="sumWidth"/> documentation for "M:Stimulsoft.Report.Components.Table.StiTable.CreateJoin(System.Double@,System.Double@,System.Int32@,System.Int32@)"]

sumHeight
Type: SystemDouble

[Missing <param name="sumHeight"/> documentation for "M:Stimulsoft.Report.Components.Table.StiTable.CreateJoin(System.Double@,System.Double@,System.Int32@,System.Int32@)"]

joinWidth
Type: SystemInt32

[Missing <param name="joinWidth"/> documentation for "M:Stimulsoft.Report.Components.Table.StiTable.CreateJoin(System.Double@,System.Double@,System.Int32@,System.Int32@)"]

joinHeight
Type: SystemInt32

[Missing <param name="joinHeight"/> documentation for "M:Stimulsoft.Report.Components.Table.StiTable.CreateJoin(System.Double@,System.Double@,System.Int32@,System.Int32@)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Stimulsoft.Report.Components.Table.StiTable.CreateJoin(System.Double@,System.Double@,System.Int32@,System.Int32@)"]

See Also