will this work?

This commit is contained in:
Thomas Fussell 2016-12-03 21:19:54 +01:00
parent ea5a5d1fec
commit 7743750dfa

View File

@ -39,6 +39,8 @@ class cell_iterator;
class const_cell_iterator; class const_cell_iterator;
class range_reference; class range_reference;
using cell_ = cell;
/// <summary> /// <summary>
/// A cell vector is a linear (1D) range of cells, either vertical or horizontal /// A cell vector is a linear (1D) range of cells, either vertical or horizontal
/// depending on the major order specified in the constructor. /// depending on the major order specified in the constructor.
@ -104,7 +106,7 @@ public:
/// <summary> /// <summary>
/// ///
/// </summary> /// </summary>
class xlnt::cell cell(std::size_t column_index); cell_ cell(std::size_t column_index);
/// <summary> /// <summary>
/// ///