Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NDetailsPresenter Class / CreateDetailsRowCells Method


In This Topic
    CreateDetailsRowCells Method (NDetailsPresenter)
    In This Topic
    Creates the details ceklks that needs to be integrated in the specified detail row.
    Syntax
    'Declaration
     
    
    Public MustOverride Function CreateDetailsRowCells( _
       ByVal masterDataSource As NDataSource, _
       ByVal masterRow As System.Integer, _
       ByVal details As NDetailCollection, _
       ByVal detailRowIndex As System.Integer _
    ) As NDetailsCell()
    'Usage
     
    
    Dim instance As NDetailsPresenter
    Dim masterDataSource As NDataSource
    Dim masterRow As System.Integer
    Dim details As NDetailCollection
    Dim detailRowIndex As System.Integer
    Dim value() As NDetailsCell
     
    value = instance.CreateDetailsRowCells(masterDataSource, masterRow, details, detailRowIndex)
    public abstract NDetailsCell[] CreateDetailsRowCells( 
       NDataSource masterDataSource,
       System.int masterRow,
       NDetailCollection details,
       System.int detailRowIndex
    )

    Parameters

    masterDataSource
    masterRow
    details
    detailRowIndex
    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