Click or drag to resize

TableStyleFormatCollectionRemove Method

Removes the TableStyleFormat with the specified format type from the TableStyleFormatCollection.

Namespace: SautinSoft.Document.Tables
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public bool Remove(
	TableStyleFormatType formatType
)

Parameters

formatType  TableStyleFormatType
Format type of the TableStyleFormat which should be removed from the TableStyleFormatCollection.

Return Value

Boolean
if TableStyleFormat is successfully removed; otherwise, . This method also returns if TableStyleFormat was not found in the TableStyleFormatCollection.
See Also