Click or drag to resize
ExcelRect Class
ExcelRect class is used to help developers to validate and parse A1-style reference.
Inheritance Hierarchy
SystemObject
  Aceoffix.UtilitiesExcelRect

Namespace: Aceoffix.Utilities
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public class ExcelRect

The ExcelRect type exposes the following members.

Constructors
  NameDescription
Public methodExcelRect
Initializes a new instance of the ExcelRect class with the specified RangeAddress.
Top
Methods
  NameDescription
Public methodStatic memberCode exampleCellAddressIsValid
Static method. Returns whether the given CellAddress is valid.
Public methodGetRangeAddress
Specifies left, top, right, bottom and returns RangeAddress.
Public methodCode exampleIsValid
Determines whether the RangeAddress specified in constructor is valid.
Public methodStatic memberLooklikeCellAddress
Static method. Determines whether the given CellAddress is the notation.
Public methodStatic memberLooklikeRangeAddress
Static method. Determines whether the given RangeAddress is the notation.
Top
Fields
  NameDescription
Public fieldbottom
End index of row.
Public fieldleft
Start index of column.
Public fieldright
End index of column.
Public fieldtop
Start index of row.
Top
See Also