Help for this page

Select Code to Download


  1. or download this
    set T = activeDocument.Tables.Item(1)
    print T.Cell(2,2).Range.Text
    
  2. or download this
    print $table->Cell(2,2)->Range->Text