A collection of styles for table cells in a Snap application.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v19.2.Core.dll
[ComVisible(true)]
public interface TableCellStyleCollection :
ISimpleCollection<TableCellStyle>,
IEnumerable<TableCellStyle>,
IEnumerable,
ICollection
<ComVisible(True)>
Public Interface TableCellStyleCollection
Inherits ISimpleCollection(Of TableCellStyle),
IEnumerable(Of TableCellStyle),
IEnumerable,
ICollection
[ComVisible(true)]
public interface TableCellStyleCollection :
ISimpleCollection<TableCellStyle>,
IEnumerable<TableCellStyle>,
IEnumerable,
ICollection
<ComVisible(True)>
Public Interface TableCellStyleCollection
Inherits ISimpleCollection(Of TableCellStyle),
IEnumerable(Of TableCellStyle),
IEnumerable,
ICollection
[ComVisible(true)]
public interface TableCellStyleCollection :
ISimpleCollection<TableCellStyle>,
IEnumerable<TableCellStyle>,
IEnumerable,
ICollection
<ComVisible(True)>
Public Interface TableCellStyleCollection
Inherits ISimpleCollection(Of TableCellStyle),
IEnumerable(Of TableCellStyle),
IEnumerable,
ICollection
The TableCellStyle and TableCellStyleCollection interfaces are designed for use in Snap applications only. There is no column or cell style for tables in Rich Edit, however, you can define a TableCellStyle for the whole table.
Use the SnapDocument.TableCellStyles to get access to a TableCellStyleCollection instance.