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