Click or drag to resize

StiTextInCells Constructor (RectangleD, String)

Creates a new StiTextInCells.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiTextInCells(
	RectangleD rect,
	string text
)

Parameters

rect
Type: Stimulsoft.Base.DrawingRectangleD
The rectangle describes sizes and position of the component.
text
Type: SystemString
Text expression.
See Also