Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfoCollection Class / Item(Int32) Property
The style index.


In This Topic
    Item(Int32) Property
    In This Topic
    Gets or sets the style (StyleInfo object) at the specified index in the collection.
    Syntax
    'Declaration
     
    Public Overridable Property Item( _
       ByVal index As Integer _
    ) As StyleInfo
    'Usage
     
    Dim instance As StyleInfoCollection
    Dim index As Integer
    Dim value As StyleInfo
     
    instance.Item(index) = value
     
    value = instance.Item(index)
    public virtual StyleInfo Item( 
       int index
    ) {get; set;}

    Parameters

    index
    The style index.

    Property Value

    Returns the cell styles.
    Exceptions
    ExceptionDescription
    The specified index is not valid.
    No value specified; cannot set a member to null.
    See Also