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