Libraries
»
docx
(0.9.1)
»
Index
»
Docx
»
Elements
»
Containers
»
Table
»
#row_count
Method: Docx::Elements::Containers::Table#row_count
Defined in:
lib/docx/containers/table.rb
#
row_count
⇒
Object
26 27 28
# File 'lib/docx/containers/table.rb', line 26
def
row_count
@node
.
xpath
(
'w:tr'
)
.
count
end