FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / C1FlexSheet Class / Item Property / Item(String) Property
Cell reference using Excel notation (e.g. "A1", "AB32").

In This Topic
    Item(String) Property
    In This Topic
    Gets or sets the value stored in a grid cell using Excel range notation.
    Syntax
    'Declaration
     
    
    Public Overloads Property Item( _
       ByVal cellReference As String _
    ) As Object
    public object Item( 
       string cellReference
    ) {get; set;}

    Parameters

    cellReference
    Cell reference using Excel notation (e.g. "A1", "AB32").

    Property Value

    The value stored in the cell.
    See Also