Click or drag to resize

ExcelRange Class

Base class for representing one or more Excel cells.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelExcelRange
    SautinSoft.ExcelCellRange
    SautinSoft.ExcelExcelCell

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public abstract class ExcelRange

The ExcelRange type exposes the following members.

Properties
 NameDescription
Public propertyComment Gets or sets comment.
Public propertyFormula Gets or sets formula string.
Public propertyIsStyleDefault Returns true if all cells in ExcelRange have default cell style; otherwise, false.
Public propertyStyle Gets or sets cell style on one or more excel cells.
Public propertyValue Gets or sets cell value on one or more excel cells.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodSetBorders Sets the color and style of the lines according to a specific set of borders in one or more Excel cells.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also