SpreadsheetRangeType Enumeration

This enumeration specifies the type of Spreadsheet range object.

Syntax Constants
Enum SpreadsheetRangeType
    scSingleCell = 0
    scSingleRange = 1
    scMultipleRanges = 2
    scEmptyRange = 3
End Enum
  • scSingleCell: Single cell.
  • scSingleRange: Single block of cells.
  • scMultipleRanges: Multiple blocks of cells.
  • scEmptyRange: No range is specified.