Class CellsRange
Inheritance
System.Object
CellsRange
Implements
IEnumerable<System.Object>
Assembly: DRIT.Spreadsheet.dll
Syntax
public abstract class CellsRange : SimpleRange, IRange, IArray, IEnumerable<object>, ICellEnumerator
Properties
BottomLeft
Declaration
public abstract Cell BottomLeft { get; }
Property Value
BottomRight
Declaration
public abstract Cell BottomRight { get; }
Property Value
IsFullColumn
Declaration
public override sealed bool IsFullColumn { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
IsFullRow
Declaration
public override sealed bool IsFullRow { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
TopRight
Declaration
public abstract Cell TopRight { get; }
Property Value
Methods
Declaration
public void ApplySharedFormula(string formula)
Parameters
Type |
Name |
Description |
System.String |
formula |
|
Implements
IEnumerable<>