Get or set the row to be printed.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public Row Row { get; set; }
Visual Basic
Public Property Row As Row
	Get
	Set

Remarks

The event handler will set this to a new row. If nullNothingnullptra null reference (Nothing in Visual Basic) (default), the PrintRowEvent event will not occur again.

See Also