Click or drag to resize

TableStyleFormatCollectionContains Method

Determines whether the TableStyleFormatCollection contains a TableStyleFormat instance with specific format type.

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

Parameters

formatType  TableStyleFormatType
Format type of the TableStyleFormat to locate in the TableStyleFormatCollection.

Return Value

Boolean
if TableStyleFormat instance with specific format type is found in the TableStyleFormatCollection; otherwise, .
See Also