[]
Represents a cell range in a specified SheetView.
[TypeConverter(typeof(_om))]
public class SheetCellRange : CellRange, IEquatable<CellRange>, ISerializable, ISerializeSupport
<TypeConverter(GetType(_om))>
Public Class SheetCellRange
Inherits CellRange
Implements IEquatable(Of CellRange), ISerializable, ISerializeSupport
Name | Description |
---|---|
SheetCellRange(SheetView, int, int, int, int) | Initializes a new instance of the SheetCellRange class. |
SheetCellRange(string, int, int, int, int) | Initializes a new instance of the SheetCellRange class. |
Name | Description |
---|---|
SheetName | Gets or sets the name of the sheet. |
SheetView | Gets or sets the sheet view. |
Name | Description |
---|---|
Equals(object) | Determines whether the range of cells is the same as another specified range of cells. |
GetHashCode() | Gets the hash code of this object. |
ToString() | Returns the string representation of the cell range. |
Name | Description |
---|---|
operator ==(SheetCellRange, SheetCellRange) | Implements the operator ==. |
operator !=(SheetCellRange, SheetCellRange) | Implements the operator !=. |