Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowClipInfoRange Class / Item Property


In This Topic
    Item Property (RowClipInfoRange)
    In This Topic
    Gets or sets a RowClipInfo object for the row specified.
    Syntax
    'Declaration
     
    
    Public Default Property Item( _
       ByVal row As Integer _
    ) As RowClipInfo
    'Usage
     
    
    Dim instance As RowClipInfoRange
    Dim row As Integer
    Dim value As RowClipInfo
     
    instance.Item(row) = value
     
    value = instance.Item(row)
    public RowClipInfo this[ 
       int row
    ]; {get; set;}

    Parameters

    row
    See Also