Spreadsheet.MissingData

This property returns whether the specified cell is missing data.

This property is read only.

Syntax Parameters Return Value
ReadOnly Property Spreadsheet.MissingData( _
    CaseNo As Integer, _
    VarNo As Integer) As Boolean
  • CaseNo [in]

The case of the cell.

Type: Integer

  • VarNo [in]

Type: Integer

Boolean