FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread 名前空間 > DefaultStyleCollection クラス : Item プロパティ |
'宣言
Public Default Property Item( _ ByVal index As Integer _ ) As NamedStyle
public NamedStyle this[ int index ]; {get; set;}
FarPoint.Win.Spread.DefaultStyleCollection dsc = new FarPoint.Win.Spread.DefaultStyleCollection();
listBox1.Items.Add(dsc[0].Name);
Dim dsc As New FarPoint.Win.Spread.DefaultStyleCollection() ListBox1.Items.Add(dsc.Item(0).Name)