ComponentOne ASP.NET MVC Controls
IsBuiltIn Property

C1.Web.Mvc.Sheet Namespace > TableStyle Class : IsBuiltIn Property
Indicates whether the table style is built-in style.
Syntax
'Declaration
 
Public ReadOnly Property IsBuiltIn As Boolean
public bool IsBuiltIn {get;}
Remarks
The built-in style has the name of "TableStyleLight1" to "TableStyleLight21", "TableStyleMedium1" to "TableStyleMedium28", and "TableStyleDark1" to "TableStyleDark11". Settings of other properties will be ignored for the built-in style.
See Also

Reference

TableStyle Class
TableStyle Members