Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NSelection Class / InsertGroupBlock Method


In This Topic
    InsertGroupBlock Method
    In This Topic
    Inserts a group block at the current selection and returns a reference to it
    Syntax
    'Declaration
     
    
    Public Function InsertGroupBlock() As NGroupBlock
    'Usage
     
    
    Dim instance As NSelection
    Dim value As NGroupBlock
     
    value = instance.InsertGroupBlock()
    public NGroupBlock InsertGroupBlock()

    Return Value

    reference to the newly created group block
    Remarks
    This method differs from IncreatsIndent in that it splits the blocks that lie on the currenlty selected range
    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