Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / CellStyleInfoCollection Class / Item Property


In This Topic
    Item Property (CellStyleInfoCollection)
    In This Topic
    Syntax
    '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
    See Also