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:
Crzyrndm 2018-07-02 10:57:51 +12:00
parent 888739ead0
commit bf4c6032be

View File

@ -56,12 +56,7 @@ public:
/// top_left:bottom_right.
/// </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.