General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
.NET Framework 4.5.2+
.NET Framework 4.5.2+
.NET Standard 2.0+
.NET Core 3.0+
TableStyleCollection Interface
A TableStyle objects collection that contains the table styles in a document.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v19.2.Core.dll
Declaration
[ComVisible(true)]
public interface TableStyleCollection :
ISimpleCollection<TableStyle>,
IEnumerable<TableStyle>,
IEnumerable,
ICollection
<ComVisible(True)>
Public Interface TableStyleCollection
Inherits ISimpleCollection(Of TableStyle),
IEnumerable(Of TableStyle),
IEnumerable,
ICollection
[ComVisible(true)]
public interface TableStyleCollection :
ISimpleCollection<TableStyle>,
IEnumerable<TableStyle>,
IEnumerable,
ICollection
<ComVisible(True)>
Public Interface TableStyleCollection
Inherits ISimpleCollection(Of TableStyle),
IEnumerable(Of TableStyle),
IEnumerable,
ICollection
[ComVisible(true)]
public interface TableStyleCollection :
ISimpleCollection<TableStyle>,
IEnumerable<TableStyle>,
IEnumerable,
ICollection
<ComVisible(True)>
Public Interface TableStyleCollection
Inherits ISimpleCollection(Of TableStyle),
IEnumerable(Of TableStyle),
IEnumerable,
ICollection
Remarks
Use the Document.TableStyles property to get access to the TableStyleCollection instance.
See Also
Feedback