'宣言 Public Overridable Function ShowColumnFooters( _ Optional ByVal value As System.Boolean, _ Optional ByVal rowHeaderText As System.String _ ) As TBuilder
public virtual TBuilder ShowColumnFooters( System.bool value, System.string rowHeaderText )
パラメータ
- value
- A bool value indicates whether to show a group row.
- rowHeaderText
- The row header text of the group row. If it is not set, it will use the default value: a sigma character.
戻り値の型
Current builder.