Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DataValidations Class / Item Property
An integer value indicates the row index.
An integer value indicates the column index.


In This Topic
    Item Property (DataValidations)
    In This Topic
    Gets the DataValidation at the specified cell.
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As DataValidation
    'Usage
     
    
    Dim instance As DataValidations
    Dim row As Integer
    Dim column As Integer
    Dim value As DataValidation
     
    value = instance.Item(row, column)
    public DataValidation this[ 
       int row,
       int column
    ]; {get;}

    Parameters

    row
    An integer value indicates the row index.
    column
    An integer value indicates the column index.

    Property Value

    DataValidation.
    See Also