ShapeCollectionReverseEnumerate Method |
Enumerates the collection in reversed order.
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ShapesAssembly: Telerik.Windows.Documents.Spreadsheet (in Telerik.Windows.Documents.Spreadsheet.dll) Version: 2018.1.219.40 (2018.1.219.40)
Syntaxpublic IEnumerable<FloatingShapeBase> ReverseEnumerate()
Public Function ReverseEnumerate As IEnumerable(Of FloatingShapeBase)
Return Value
Type:
IEnumerableFloatingShapeBaseA reversed enumeration of the elements in the collection.
See Also