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

C# | Visual Basic | Visual C++ |
public RtfStyleSheet GetStyleSheet( int index )
Public Function GetStyleSheet ( _ index As Integer _ ) As RtfStyleSheet
public: RtfStyleSheet^ GetStyleSheet( int index )

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

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