Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NTableCellIterator Structure
Members


In This Topic
    NTableCellIterator Structure
    In This Topic
    Represents an iterator which cycles over the cell of the specfied table
    Object Model
    NTableCellIterator Structure
    Syntax
    'Declaration
     
    
    Public Structure NTableCellIterator 
       Inherits System.ValueType
       Implements Nevron.Nov.DataStructures.INIterator(Of NTableCell) 
    'Usage
     
    
    Dim instance As NTableCellIterator
    public struct NTableCellIterator : System.ValueType, Nevron.Nov.DataStructures.INIterator<NTableCell>  
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.Nov.Text.NTableCellIterator

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also