RegionsEnumerator Class

Enumerator to iterate through available Worksheet Regions.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public sealed class RegionsEnumerator : ObjectsEnumerator<RegionBase>
Inheritance
Object    ObjectsEnumeratorRegionBase    RegionsEnumerator

Constructors

RegionsEnumerator Constructor of the object.

Properties

AbsoluteDefinitions 
AbsoluteLocation Absolute location of the Object on the Document depending on the start Object.
(Inherited from ObjectsEnumeratorT)
CollapsedHeight Gets an invisible distance hidden by collapsed Area Objects above the current Object.
(Inherited from ObjectsEnumeratorT)
Current Gets the current Object.
(Inherited from ObjectsEnumeratorT)
CurrentIndex Gets the current Object index.
(Inherited from ObjectsEnumeratorT)
Depth Gets depth of the Object inside nested Areas.
(Inherited from ObjectsEnumeratorT)
Evaluable Gets evaluation status of the Object.
(Inherited from ObjectsEnumeratorT)
FilterAllAfter Gets or sets an index of the last Object to retrieve.
(Inherited from ObjectsEnumeratorT)
FilterAllBefore Gets or sets an index of the first Object to retrieve.
(Inherited from ObjectsEnumeratorT)
FilterDeactivated Defines if the enumerator should hide all deactivated (not added to the Document) Objects.
(Inherited from ObjectsEnumeratorT)
FilterInvisible Gets or sets a value that determines if Enumerator will filter out Invisible Objects or not (invisible means that Object is hidden by collapsed Area Objects).
(Inherited from ObjectsEnumeratorT)
FilterNonEvaluable Gets or sets a value that determines if Enumerator will filter out not evaluable Objects.
(Inherited from ObjectsEnumeratorT)
FilterNonSelected Gets or sets a value that determines if Enumerator will filter out not selected Objects or not.
(Inherited from ObjectsEnumeratorT)
LastIndex Gets the last Object index. It doesn't check availability of the Object.
(Inherited from ObjectsEnumeratorT)
Placement
(Inherited from ObjectsEnumeratorT)
Protected Gets protection status of the Object (Object is protected if it is included to the locked Area Object).
(Inherited from ObjectsEnumeratorT)
Selected Gets selection status of the Object.
(Inherited from ObjectsEnumeratorT)
TopCorrectionObsolete.
Visible Gets visibility of the current Object on the Document (visible means that Object is not hidden by collapsed Area Objects).
(Inherited from ObjectsEnumeratorT)

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetEnumerator
(Inherited from ObjectsEnumeratorT)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetSubEnumerator
(Overrides ObjectsEnumeratorTGetSubEnumerator(Int32))
GetTypeGets the Type of the current instance.
(Inherited from Object)
MoveNext Advances the enumerator to the next available element of the collection.
(Inherited from ObjectsEnumeratorT)
Reset Resets the internal counter values ​​to the initial ones. At the same time, the filter settings remain with the set values.
(Overrides ObjectsEnumeratorTReset)
RestartState
(Inherited from ObjectsEnumeratorT)
SaveState
(Inherited from ObjectsEnumeratorT)
SetFakeCollapsedArea
(Inherited from ObjectsEnumeratorT)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

See Also