Click or drag to resize

TableStyleFormatCollectionItem Property

Gets the TableStyleFormat that corresponds to given format type.

Namespace: SautinSoft.Document.Tables
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public TableStyleFormat this[
	TableStyleFormatType formatType
] { get; }

Parameters

formatType  TableStyleFormatType
The format type of the TableStyleFormat.

Return Value

TableStyleFormat
The TableStyleFormat that corresponds to given format type.
Remarks
If TableStyleFormatCollection doesn't contain corresponding format, then new format will be added and returned.
See Also