Prado\Web\UI\WebControls\TTableRow::setTableSection PHP Method

setTableSection() public method

public setTableSection ( $value )
    public function setTableSection($value)
    {
        $this->setViewState('TableSection', TPropertyValue::ensureEnum($value, 'Prado\\Web\\UI\\WebControls\\TTableRowSection'), TTableRowSection::Body);
    }