Version

IsCustom Property (WorksheetTableStyle)

Gets the value indicating whether the style is a custom style.
Syntax
'Declaration
 
Public ReadOnly Property IsCustom As Boolean
public bool IsCustom {get;}

Property Value

True id this is a custom table style; False if this is a read-only, standard table style.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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