Back to Devexpress

TableStyleCollection.Item[String] Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablestylecollection-dot-item-x28-system-dot-string-x29.md

latest1.9 KB
Original Source

TableStyleCollection.Item[String] Property

Gets the Table Style object specified by its name.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
TableStyle this[string name] { get; }
vb
ReadOnly Property Item(name As String) As TableStyle

Parameters

NameTypeDescription
nameString

A string specifying the style name.

|

Property Value

TypeDescription
TableStyle

A TableStyle object which is the style with the specified name.

|

Remarks

This method searches the collection for the TableStyle object whose TableStyle.Name property’s value matches the parameter’s value. If no such object is found, the indexer returns null.

See Also

Name

TableStyleCollection Interface

TableStyleCollection Members

DevExpress.XtraRichEdit.API.Native Namespace