Data Property
Description
The data in the specified cell. Column and Row numbers are zero-based.
Property type
Read-only property
Syntax
Visual Basic
Public Property Data( _
   ByVal Col As Long, _
   ByVal Row As Long _
) As Long
Parameters
Col
The column number (zero-based).
Row
The row number (zero-based).
See Also