Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NBorderRule Class / InsideVSides Property


In This Topic
    InsideVSides Property
    In This Topic
    Gets/Sets the vertical inside sides rule, i.e. the rule for all vertical edges of a group of cells except the leftmost and the rightmost one.
    Syntax
    'Declaration
     
    
    Public Property InsideVSides As NBorderSideRule
    'Usage
     
    
    Dim instance As NBorderRule
    Dim value As NBorderSideRule
     
    instance.InsideVSides = value
     
    value = instance.InsideVSides
    public NBorderSideRule InsideVSides {get; set;}
    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