mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
unimplemented functions under worksheet
-- NOTE: ctor was removed because it can't have been in use, and is duplicated by the overload below it. A pair parameter is only optimal in a very limited number of use cases, and then only slightly over the begin/end overload
This commit is contained in:
parent
888739ead0
commit
bf4c6032be
|
@ -57,11 +57,6 @@ public:
|
|||
/// </summary>
|
||||
explicit range_reference(const char *range_string);
|
||||
|
||||
/// <summary>
|
||||
/// Constructs a range reference from a pair of cell references.
|
||||
/// </summary>
|
||||
explicit range_reference(const std::pair<cell_reference, cell_reference> &reference_pair);
|
||||
|
||||
/// <summary>
|
||||
/// Constructs a range reference from cell references indicating top
|
||||
/// left and bottom right coordinates of the range.
|
||||
|
|
Loading…
Reference in New Issue
Block a user