class Asciidoctor::Table::Cell

def lineno

Public: Get the source line number where this block started
def lineno
  @source_location && @source_location.lineno
end