'Declaration Public Overloads Shared Function RemoveCustomStyle( _ ByVal style As TableStyle _ ) As Boolean
'Usage Dim style As TableStyle Dim value As Boolean value = TableStyles.RemoveCustomStyle(style)
public static bool RemoveCustomStyle( TableStyle style )
Parameters
- style
- The table style.
Return Value
Returns true if the remove action succeeds; otherwise, returns false.