Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NTablePartStyle Class / AddTablePartCellPropertiesToRule Method


In This Topic
    AddTablePartCellPropertiesToRule Method
    In This Topic
    Adds the table part cell properties of this style to the given style rule.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub AddTablePartCellPropertiesToRule( _
       ByVal rule As NRule _
    ) 
    'Usage
     
    
    Dim instance As NTablePartStyle
    Dim rule As NRule
     
    instance.AddTablePartCellPropertiesToRule(rule)
    protected virtual void AddTablePartCellPropertiesToRule( 
       NRule rule
    )

    Parameters

    rule
    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