Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NNumericGotoPart Class / Number Property


In This Topic
    Number Property
    In This Topic
    Gets / sets the part number to go to
    Syntax
    'Declaration
     
    
    Public Property Number As System.String
    'Usage
     
    
    Dim instance As NNumericGotoPart
    Dim value As System.String
     
    instance.Number = value
     
    value = instance.Number
    public System.string Number {get; set;}
    Remarks
    This is a string property to retain ability to check if the number should be treated as relative (e.g. goto paragraph +4 - means go to the the paragarph after three paragraphs from the current one)
    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