XLKit
0.1.0
|
Proxy class into an operand's cell matrix (non-mutable) More...
#include <xlOperand.hpp>
Public Member Functions | |
ConstCellMatrixRef (CellMatrixRef ref) | |
Construct from non-const CellMatrixRef. | |
int | rows () const |
Rows in matrix. | |
int | cols () const |
Columns in matrix. | |
const xlOper4 & | operator() (int i, int j) const |
(row,col) value in matrix | |
Friends | |
class | xlOper4 |
Proxy class into an operand's cell matrix (non-mutable)