mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
will this work?
This commit is contained in:
parent
ea5a5d1fec
commit
7743750dfa
|
@ -39,6 +39,8 @@ class cell_iterator;
|
|||
class const_cell_iterator;
|
||||
class range_reference;
|
||||
|
||||
using cell_ = cell;
|
||||
|
||||
/// <summary>
|
||||
/// A cell vector is a linear (1D) range of cells, either vertical or horizontal
|
||||
/// depending on the major order specified in the constructor.
|
||||
|
@ -104,7 +106,7 @@ public:
|
|||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
class xlnt::cell cell(std::size_t column_index);
|
||||
cell_ cell(std::size_t column_index);
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue
Block a user