Gets or sets the value indicating whether the range should be inverted. If the range is inverted, the range's iterator goes from the end of the range backwards.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool Inverted { get; set; }
Visual Basic
Public Property Inverted As Boolean
	Get
	Set

Field Value

True if the range is inverted, false otherwise.

See Also