Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NTable Class / bbrC Method


In This Topic
    bbrC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function bbrC( _
       ByVal CbrC As NTableCell, _
       ByVal dbrC As System.Integer, _
       ByVal EbrC As System.Integer _
    ) As NRange
    'Usage
     
    
    Dim instance As NTable
    Dim CbrC As NTableCell
    Dim dbrC As System.Integer
    Dim EbrC As System.Integer
    Dim value As NRange
     
    value = instance.bbrC(CbrC, dbrC, EbrC)
    internal NRange bbrC( 
       NTableCell CbrC,
       System.int dbrC,
       System.int EbrC
    )

    Parameters

    CbrC
    dbrC
    EbrC
    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