OnFormat スクリプトをグループフッターセクションが繰り返されるたびに実行するか、 最初のグループフッターセクションでのみ実行するかを示す値を取得または設定します。 Repeat プロパティが true に設定されているグループにのみ適用されます。
シンタックス
'宣言
Public Property FireOnFormatForEachInstanceOfRepeatedGroupSection As System.Boolean
'使用法
Dim instance As BehaviorOptions
Dim value As System.Boolean
instance.FireOnFormatForEachInstanceOfRepeatedGroupSection = value
value = instance.FireOnFormatForEachInstanceOfRepeatedGroupSection
public System.bool FireOnFormatForEachInstanceOfRepeatedGroupSection {get; set;}
参照