Range.CellTextEx

This property returns the text of the specified cell, formatted with the format string, in the range.

This property is read only.

Syntax Parameters Return Value
ReadOnly Property Range.CellTextEx( _
    Row As Integer, _
    Column As Integer, _
    FormatString As String) As String
  • Row [in]

Type: Integer

  • Column [in]

Type: Integer

  • FormatString [in]

Type: String

String