Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / Table Class / StyleName Property


In This Topic
    StyleName Property
    In This Topic
    Gets or sets the name of a Custom Style that is applied to the Table. The default value is the string value used by the Style property.
    Syntax
    'Declaration
     
    
    Public Property StyleName As String
    'Usage
     
    
    Dim instance As Table
    Dim value As String
     
    instance.StyleName = value
     
    value = instance.StyleName
    public string StyleName {get; set;}
    Remarks

    Getting this property will return the name of the Style. Therefore, if the Style property is set to Custom, it will return the Custom Style's name.  

    Setting this property will automatically set the Style property to Custom.

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also