[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Chart.SheetCellRange

SheetCellRange Class

Represents a cell range in a specified SheetView.

Inheritance
SheetCellRange
Namespace: FarPoint.Win.Spread.Chart
Assembly: FarPoint.Win.Spread.dll
Syntax
[TypeConverter(typeof(_ahm))]
public class SheetCellRange : CellRange, IEquatable<CellRange>, ISerializable, ISerializeSupport
<TypeConverter(GetType(_ahm))>
Public Class SheetCellRange
    Inherits CellRange
    Implements IEquatable(Of CellRange), ISerializable, ISerializeSupport

Constructors

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.

Properties

Name Description
SheetName

Gets or sets the name of the sheet.

SheetView

Gets or sets the sheet view.

Methods

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.

Operators

Name Description
operator ==(SheetCellRange, SheetCellRange)

Implements the operator ==.

operator !=(SheetCellRange, SheetCellRange)

Implements the operator !=.