Version

SpreadsheetCellRange Structure Properties

For a list of all members of this type, see SpreadsheetCellRange members.

Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)EmptyReturns a SheetCellRange instance that represents a null or unspecified/empty range.  
Public PropertyFirstColumnReturns the index of the first column in the range.  
Public PropertyFirstRowReturns the index of the first row in the range.  
Public PropertyIsEmptyReturns a boolean indicating if the structure represents a valid range.  
Public PropertyIsSingleCellReturns a boolean indicating if the range represents a single cell.  
Public PropertyLastColumnReturns the index of the last column in the range.  
Public PropertyLastRowReturns the index of the last row in the range.  
See Also