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