| 
StyleCollection
Item Property
  | 
 Gets the at the specified index.
 Namespace:
 Spire.Doc.Collections
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public IStyle this[
	int index
] { get; }
 
Public ReadOnly Default Property Item ( 
	index As Integer
) As IStyle
	Get
 
public:
virtual property IStyle^ default[int index] {
	IStyle^ get (int index) sealed;
}
 
abstract Item : IStyle with get
override Item : IStyle with get
 
 
 
Parameters
 
- 
index
 
- 
 Type:
 
System
Int32
 
 
Property Value
 
 Type:
 
IStyle
 
Return Value
 
 Type:
 
IStyle
 
Implements
 
IStyleCollection
Item
Int32
 
 See Also
See Also