FarPoint.Web.Spread 名前空間 > DefaultStyleCollection クラス : Find メソッド |
'Declaration
Public Function Find( _ ByVal name As String _ ) As NamedStyle
public NamedStyle Find( string name )
FarPoint.Web.Spread.DefaultStyleCollection dsc = new FarPoint.Web.Spread.DefaultStyleCollection(); dsc.Find("DataAreaDefault").BackColor = Color.Yellow;
Dim dsc As New FarPoint.Web.Spread.DefaultStyleCollection dsc.Find("DataAreaDefault").BackColor = Color.Yellow