FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / C1FlexSheet Class / Item Property / Item(Int32,Column) Property

In This Topic
    Item(Int32,Column) Property
    In This Topic
    Overridden to record individual cell assignments during a paste operation.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Property Item( _
       ByVal row As Integer, _
       ByVal col As Column _
    ) As Object
    public override object Item( 
       int row,
       Column col
    ) {get; set;}

    Parameters

    row
    col
    See Also