[]
        
(Showing Draft Content)

FarPoint.Web.Spread.NamedStyleCollection.Item

this Property

this[int]

Gets or sets the style (NamedStyle object) at the specified index in the collection.

Declaration
public virtual NamedStyle this[int index] { get; set; }
Public Overridable Default Property Item(index As Integer) As NamedStyle
Parameters
Type Name Description
int index

Index of the style in the collection

Exceptions
Type Condition
IndexOutOfRangeException

Specified index is not valid

ArgumentNullException

No value specified; cannot set a member to null