/**
  * ヘッダー行を取得する
  * @return string[]
  */
 public function GetHeaderRow()
 {
     return ColumnContainer::getHeaderNames();
 }