Version

SpreadsheetCellRange Structure Members

The following tables list the members exposed by SpreadsheetCellRange.

Public Constructors
 NameDescription
Public ConstructorSpreadsheetCellRange ConstructorOverloaded.   
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.  
Public Methods
 NameDescription
Public MethodContainsOverloaded. Returns a boolean indicating if the specified cell is within the range.  
Public MethodEqualsOverloaded. Compares the value of this SheetCellRange instance to the specified SpreadsheetCellRange.  
Public MethodGetHashCodeReturns the hash code of the object.  
Public MethodIntersectReturns a range that represents the common area within the current and specified range.  
Public MethodIntersectsWithReturns a boolean indicating if the current and specified range overlap.  
Public MethodToStringOverloaded. Returns a string representation of the SpreadsheetCellRange  
Public MethodUnionReturns a range that contains the contains the current and specified range.  
Public Operators
public Operator Equality Compares two SpreadsheetCellRange instances to determine if they are equal
public Operator Inequality Compares two SpreadsheetCellRange instances to determine if they are not equal
See Also