Spread Windows Forms 12.0 Product Documentation
Item Property (DataValidations)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > DataValidations Class : Item Property
An integer value indicates the row index.
An integer value indicates the column index.
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

Reference

DataValidations Class
DataValidations Members