FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > DefaultGroupFooterCollection クラス : Item プロパティ |
'Declaration Public ReadOnly Default Property Item( _ ByVal columnIndex As Integer _ ) As DefaultGroupFooter
'使用法 Dim instance As DefaultGroupFooterCollection Dim columnIndex As Integer Dim value As DefaultGroupFooter value = instance.Item(columnIndex)
public DefaultGroupFooter this[ int columnIndex ]; {get;}