CellsRange ClassBytescout Spreadsheet SDK
A structure that specifies a range of cells on the sheet.
Inheritance Hierarchy

SystemObject
  Bytescout.Spreadsheet.StructuresCellsRange

Namespace:  Bytescout.Spreadsheet.Structures
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public class CellsRange : ICellsRange

The CellsRange type exposes the following members.

Constructors

  NameDescription
Public methodCellsRange(String)
Initializes a new instance of the CellsRange struct.
Public methodCellsRange(Int32, Int32, Int32, Int32)
Initializes a new instance of the CellsRange struct.
Top
Properties

  NameDescription
Public propertyFirstColumn
First column index
Public propertyFirstColumnRelative
Public propertyFirstRow
First row index
Public propertyFirstRowRelative
Public propertyLastColumn
Last column index
Public propertyLastColumnRelative
Public propertyLastRow
Last row index
Public propertyLastRowRelative
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Implements the operator ==.
Public operatorStatic memberInequality
Implements the operator !=.
Top
See Also

Reference