|
||
Interface status: | deprecated |
class TShgRangeRef;
A cell range reference, specifying a continuous range of cells.
Defined in TShgRangeRef
:
ERangeSeparator
Character to use as a separator in range strings. EWorkSheetNameStartAndEndIndicator
Character to use to mark the start and end of a worksheet specification in range...EWorkSheetSeparator
Character to use as a worksheet separator in range strings. TShgRangeRef()
Default constructor. TShgRangeRef(const TShgCellRef &,const TShgCellRef &)
Constructor specifying two cell references.TShgRangeRef(const TShgRangeRef &)
Copy constructor. anonymous
Constant definition. anonymous
Constant definition. anonymous
Constant definition. iFrom
Start of the range. iTo
End of the range. Interface status: | deprecated | Inherited from: TShgRangeRef |
inline TShgRangeRef();
Default constructor.
Interface status: | deprecated | Inherited from: TShgRangeRef |
inline TShgRangeRef(const TShgCellRef &aFrom, const TShgCellRef &aTo);
Constructor specifying two cell references.
|
Interface status: | deprecated | Inherited from: TShgRangeRef |
inline TShgRangeRef(const TShgRangeRef &aRangeRef);
Copy constructor.
|
Interface status: | deprecated | Inherited from: TShgRangeRef |
n/a
Constant definition.
|
Interface status: | deprecated | Inherited from: TShgRangeRef |
n/a
Constant definition.
|
Interface status: | deprecated | Inherited from: TShgRangeRef |
n/a
Constant definition.
|
Interface status: | deprecated | Inherited from: TShgRangeRef |
TShgCellRef iFrom;
Start of the range.
Interface status: | deprecated | Inherited from: TShgRangeRef |
TShgCellRef iTo;
End of the range.