Structures_DataGrid_Column::getAutoFillValue

Structures_DataGrid_Column::getAutoFillValue() – オートフィルの値を取得する

Synopsis

require_once 'Structures/DataGrid/Column.php';

string Structures_DataGrid_Column::getAutoFillValue ( )

Description

カラム内のセルが null だった場合に表示される値を返します。

Throws

例外はスローされません。

Note

This function can not be called statically.