menu

ASP.NET Core

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RecordTableEnumerator
  • Articles
  • Api Documentation

    Show / Hide Table of Contents

    Class RecordTableEnumerator

    Represents enumerator for SFTable

    Inheritance
    System.Object
    RecordTableEnumerator
    Implements
    System.Collections.IDictionaryEnumerator
    System.Collections.IEnumerator
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.XlsIO.Implementation.Collections
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class RecordTableEnumerator : IDictionaryEnumerator, IEnumerator

    Constructors

    RecordTableEnumerator(CellRecordCollection)

    Initializes new instance of the enumerator.

    Declaration
    public RecordTableEnumerator(CellRecordCollection table)
    Parameters
    Type Name Description
    CellRecordCollection table

    Table to enumerate.

    Properties

    Current

    Gets the current element in the collection.

    Declaration
    public object Current { get; }
    Property Value
    Type Description
    System.Object

    Entry

    Gets both the key and the value of the current dictionary entry. Read-only.

    Declaration
    public DictionaryEntry Entry { get; }
    Property Value
    Type Description
    System.Collections.DictionaryEntry

    Key

    Gets the key of the current dictionary entry. Read-only.

    Declaration
    public object Key { get; }
    Property Value
    Type Description
    System.Object

    Value

    Gets the value of the current dictionary entry. Read-only.

    Declaration
    public object Value { get; }
    Property Value
    Type Description
    System.Object

    Methods

    MoveNext()

    Advances the enumerator to the next element of the collection.

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    System.Boolean

    Reset()

    Sets the enumerator to its initial position, which is before the first element in the collection.

    Declaration
    public void Reset()

    Implements

    System.Collections.IDictionaryEnumerator
    System.Collections.IEnumerator
    In This Article
    • Constructors
      • RecordTableEnumerator(CellRecordCollection)
    • Properties
      • Current
      • Entry
      • Key
      • Value
    • Methods
      • MoveNext()
      • Reset()
    • Implements
    Was this page helpful? Yes No
    Thank you for your feedback!
    Thank you for your feedback and comments. We will rectify this as soon as possible!
    An unknown error has occurred. Please try again.
    SEND FEEDBACK REGARDING THIS TOPIC

    Please provide additional information

    Please provide additional information

    Please provide additional information

    Please provide additional information
    Please provide additional information
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved