Searched defs:row_front (Results 1 – 1 of 1) sorted by relevance
147 inline reference row_front( size_type nY ) { return (*this)( 0, nY ); } in row_front() function in oox::Matrix148 inline const_reference row_front( size_type nY ) const { return (*this)( 0, nY ); } in row_front() function in oox::Matrix
Completed in 16 milliseconds