Class FullRange
Inheritance
System.Object
FullRange
Implements
IEnumerable<System.Object>
Assembly: DRIT.Spreadsheet.dll
Syntax
public abstract class FullRange : SimpleRange, IRange, IArray, IEnumerable<object>, ICellEnumerator
Constructors
FullRange(Worksheet)
Declaration
protected FullRange(Worksheet worksheet)
Parameters
Properties
Label
Declaration
public override string Label { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Worksheet
Declaration
public override sealed Worksheet Worksheet { get; }
Property Value
Overrides
Methods
SetStyle(CellStyle)
Sets the specified style to the range.
Declaration
public override void SetStyle(CellStyle cellStyle)
Parameters
Overrides
Implements
IEnumerable<>