[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TableStyleCollection.Item

this Property

this[string]

Gets a table style by name.

Declaration
public TableStyle this[string styleName] { get; }
Public ReadOnly Default Property Item(styleName As String) As TableStyle
Parameters
Type Name Description
string styleName

Style name.

Property Value
Type Description
TableStyle

A TableStyle object.

this[int]

Gets a TableStyle object.

Declaration
public TableStyle this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As TableStyle
Parameters
Type Name Description
int index

Item index.

Property Value
Type Description
TableStyle

A TableStyle object.