'Declaration Public Overrides NotOverridable ReadOnly Default Property Item( _ ByVal index As Integer _ ) As CellStyleInfo
'Usage Dim instance As CellStyleInfoCollection Dim index As Integer Dim value As CellStyleInfo value = instance.Item(index)
public override CellStyleInfo this[ int index ]; {get;}
Parameters
- index