Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DataValidationManager Class / Item Property
An integer value indicates the row index.
An integer value indicates the column index.


In This Topic
    Item Property (DataValidationManager)
    In This Topic
    Gets the GrapeCity.Spreadsheet.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 DataValidationManager
    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