Objective Grid for Microsoft® .NET® Reference Guide

TableStylesCollection.Item Property

Back to Class Index

Gets or sets the TableStyle at the specified index. In C#, this property is the indexer for the TableStylesCollection class.

Overload List

Gets or sets the TableStyle at the specified index. In C#, this property is the indexer for the TableStylesCollection class.

public TableStyle this[int] {get; set;}

Gets or sets the TableStyle with the specified name. In C#, this property is the indexer for the TableStylesCollection class.

public TableStyle this[string] {get; set;}

See Also

TableStylesCollection Class | TableStylesCollection Members | Stingray.Grid Namespace