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


In This Topic
    GetDetailsRowCount Method (NDetailsPresenter)
    In This Topic
    Given the details that need to be presented, returns the count of detail rows that are needed.
    Syntax
    'Declaration
     
    
    Public MustOverride Function GetDetailsRowCount( _
       ByVal details As NDetailCollection _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NDetailsPresenter
    Dim details As NDetailCollection
    Dim value As System.Integer
     
    value = instance.GetDetailsRowCount(details)
    public abstract System.int GetDetailsRowCount( 
       NDetailCollection details
    )

    Parameters

    details
    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