[]
Gets whether the style is a built-in style (read-only).
bool BuiltIn { get; }
ReadOnly Property BuiltIn As Boolean
ITableStyle tableStyle = workbook.TableStyles["TableStyleLight11"]; bool builtIn = tableStyle.BuiltIn;