Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NTableGrid Class / ICC Method


In This Topic
    ICC Method (NTableGrid)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Function ICC( _
       ByVal YUCh As NRecordDataRow, _
       ByVal AvCh As System.Integer _
    ) As NDetailsCell()
    'Usage
     
    
    Dim instance As NTableGrid
    Dim YUCh As NRecordDataRow
    Dim AvCh As System.Integer
    Dim value() As NDetailsCell
     
    value = instance.ICC(YUCh, AvCh)
    internal override NDetailsCell[] ICC( 
       NRecordDataRow YUCh,
       System.int AvCh
    )

    Parameters

    YUCh
    AvCh
    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