'Declaration Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As DocumentFont
public DocumentFont this[ int index ]; {get;}
Parameters
- index
- The index of the DocumentFont in the current collection.
'Declaration Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As DocumentFont
public DocumentFont this[ int index ]; {get;}