MESCIUS SPREAD for ASP.NET 10.0J
ToString メソッド (BorderProperty)

罫線プロパティの名前を取得します。
構文
'Declaration
 
Public Overrides Function ToString() As String
public override string ToString()

戻り値の型

境界線プロパティの名前を含む文字列
この例では、BorderPropertyを文字列としてテキストボックスに返します。
FarPoint.Web.Spread.BorderProperty bord;
TextBox1.Text = bord.BorderColor.ToString;
Dim bord As FarPoint.Web.Spread.BorderProperty
TextBox1.Text = bord.BorderColor.ToString
参照

BorderProperty クラス
BorderProperty メンバ

 

 


© MESCIUS inc. All rights reserved.