TableStyleFormatCollectionItem Property |
Namespace: SautinSoft.Document.TablesAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public TableStyleFormat this[
TableStyleFormatType formatType
] { get; }
Public ReadOnly Default Property Item (
formatType As TableStyleFormatType
) As TableStyleFormat
Get
Parameters
- formatType TableStyleFormatType
- The format type of the TableStyleFormat.
Return Value
TableStyleFormat
The
TableStyleFormat that corresponds to given format type.
Remarks See Also