ComponentOne FlexReport for UWP
Inverted Property

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > OutputRange Class : Inverted Property
Gets 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.
Syntax
'Declaration
 
Public ReadOnly Property Inverted As System.Boolean
public System.bool Inverted {get;}

Property Value

True if the range is inverted, false otherwise.
See Also

Reference

OutputRange Class
OutputRange Members