PowerTools SPREAD for ASP.NET 8.0J
Parse メソッド (BorderProperty)

返すBorderPropertyオブジェクトの名前
指定した名前を持つ境界線プロパティを取得します。指定した名前を持つ境界線プロパティがない場合は Null を返します。
構文
'Declaration
 
Public Shared Function Parse( _
   ByVal name As String _
) As BorderProperty
public static BorderProperty Parse( 
   string name
)

パラメータ

name
返すBorderPropertyオブジェクトの名前

戻り値の型

指定した名前を持つBorderPropertyオブジェクト。指定した名前のBorderPropertyオブジェクトがない場合はNull
この例では、BorderColorプロパティを解析します。
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")
参照

BorderProperty クラス
BorderProperty メンバ

 

 


© 2003-2015, GrapeCity inc. All rights reserved.