'Declaration Public Overloads ReadOnly Property Item( _ ByVal index As Integer _ ) As ExcelStyle
'Usage Dim instance As CustomStyleList Dim index As Integer Dim value As ExcelStyle value = instance.Item(index)
public ExcelStyle Item( int index ) {get;}
Parameters
- index
- The zero-based index at which to get the ExcelStyle.