Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NTable Class / StyleOptions Property


In This Topic
    StyleOptions Property (NTable)
    In This Topic
    Gets/Sets the table style options that determine which table style rules should be applied to this table.
    Syntax
    'Declaration
     
    
    Public Property StyleOptions As ENTableStyleOptions
    'Usage
     
    
    Dim instance As NTable
    Dim value As ENTableStyleOptions
     
    instance.StyleOptions = value
     
    value = instance.StyleOptions
    public ENTableStyleOptions StyleOptions {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