Recupera un estilo de la tabla de estilos por índice.

C# | Visual Basic | Visual C++ |
public RtfStyleSheet this[ int index ] { get; }
Public ReadOnly Default Property Item ( _ index As Integer _ ) As RtfStyleSheet
public: property RtfStyleSheet^ default[int index] { RtfStyleSheet^ get (int index); }

- index (Int32)
- Indice del estilo a recuperar.

Estilo cuyo índice es el pasado como parámetro.