public class MatchingContext : IEnumerator<ExtendedSearchEntry>,
IDisposable, IEnumerator
Public Class MatchingContext
Implements IEnumerator(Of ExtendedSearchEntry), IDisposable,
IEnumerator
public ref class MatchingContext : IEnumerator<ExtendedSearchEntry>,
IDisposable, IEnumerator
type MatchingContext =
class
interface IEnumerator<ExtendedSearchEntry>
interface IDisposable
interface IEnumerator
end
MatchingContext | Constructs the instance of MatchingContext. |
Current | Gets the element in the collection at the current position of the enumerator. |
EntriesCount | Number of search results within the region. |
FoundIndex | Index of the region in the list of all found regions. |
InnerOffset | Inner offset of the current matching value. |
Offset | Offset of the current matching value. |
Selected | Determines whether the region contains the result which is currently selected in WorksheetSearch. |
SelectedEntry | Determines whether Current is the result which is currently selected in WorksheetSearch. |
Append | Appends the specified results. Removes any duplicates by CursorPosition. |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
MoveNext | Advances the enumerator to the next element of the collection. |
Reset() | Sets the enumerator to its initial position, which is before the first element in the collection. |
Reset(Int32, Int32) | Resets the context to initial state. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
IEnumerator.Current | Gets the element in the collection at the current position of the enumerator. |