Xceed Workbooks for .NET v2.0 Documentation
Style Property (Table)


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace > Table Class : Style Property
Gets or sets the Style that is used to format the Table. Many built-in styles can be used but the default style is TableStyleLight9.
Syntax
'Declaration
 
Public Property Style As TableStyle
'Usage
 
Dim instance As Table
Dim value As TableStyle
 
instance.Style = value
 
value = instance.Style
public TableStyle Style {get; set;}
Remarks
When the Style is set to Custom, a value must be specified for the StyleName property.
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

Reference

Table Class
Table Members