Range.CellText
This property returns the text of the specified cell in the range.
This property is read only.
| Syntax | Parameters | Return Value |
|---|---|---|
ReadOnly Property Range.CellText( _
Row As Integer, _
Column As Integer) As String
|
Type: Integer
Type: Integer |
String |