Click or drag to resize

TableStyleFormatCollection Class

Represents a collection of conditional TableStyleFormats.
Inheritance Hierarchy
SystemObject
  SautinSoft.Document.TablesTableStyleFormatCollection

Namespace: SautinSoft.Document.Tables
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public sealed class TableStyleFormatCollection : IEnumerable<TableStyleFormat>, 
	IEnumerable

The TableStyleFormatCollection type exposes the following members.

Properties
 NameDescription
Public propertyItem Gets the TableStyleFormat that corresponds to given format type.
Top
Methods
 NameDescription
Public methodClear Clears the TableStyleFormatCollection.
Public methodContains Determines whether the TableStyleFormatCollection contains a TableStyleFormat instance with specific format type.
Public methodGetEnumerator Returns an enumerator that iterates through a collection.
Public methodRemove Removes the TableStyleFormat with the specified format type from the TableStyleFormatCollection.
Top
See Also