FarPoint.Web.Spread 名前空間 > DefaultStyleCollection クラス : Item プロパティ |
'Declaration
Public Default Property Item( _ ByVal index As Integer _ ) As NamedStyle
public NamedStyle this[ int index ]; {get; set;}
FarPoint.Web.Spread.DefaultStyleCollection dsc = new FarPoint.Web.Spread.DefaultStyleCollection();
dsc[0].BackColor = Color.Yellow;
Dim dsc As New FarPoint.Web.Spread.DefaultStyleCollection dsc.Item(0).BackColor = Color.Yellow