FarPoint.Web.Spread 名前空間 > BorderProperty クラス : Parse メソッド |
'Declaration
Public Shared Function Parse( _ ByVal name As String _ ) As BorderProperty
public static BorderProperty Parse( string name )
FarPoint.Web.Spread.BorderProperty prop;
prop = FarPoint.Web.Spread.BorderProperty.Parse("BorderColor");
Dim prop As FarPoint.Web.Spread.BorderProperty prop = FarPoint.Web.Spread.BorderProperty.Parse("BorderColor")