PowerTools SPREAD for Windows Forms 8.0J
Parse メソッド (GcTextBoxCellType)


解析するシート上のセルの文字列。
指定した文字列をセル型のデータ型に解析し、それをオブジェクトとして返します。
構文
'Declaration
 
Public Overrides Function Parse( _
   ByVal s As String _
) As Object
'使用法
 
Dim instance As GcTextBoxCellType
Dim s As String
Dim value As Object
 
value = instance.Parse(s)
public override object Parse( 
   string s
)

パラメータ

s
解析するシート上のセルの文字列。
参照

GcTextBoxCellType クラス
GcTextBoxCellType メンバ

 

 


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