PowerTools SPREAD for Windows Forms 8.0J
Item(String) プロパティ


セルのアプリケーションタグ
指定したタグを持つ新しいセルを取得します。指定したタグを持つセルがない場合はNullを返します。
構文
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal tag As String _
) As Cell
'使用法
 
Dim instance As Cells
Dim tag As String
Dim value As Cell
 
value = instance.Item(tag)
public Cell Item( 
   string tag
) {get;}

パラメータ

tag
セルのアプリケーションタグ

プロパティ値

指定したタグの Cell オブジェクト
次のサンプルコードは、列文字を使用してセルにテキストを設定します。
fpSpread1.Sheets[0].Cells["B1"].Text = "test";
FpSpread1.Sheets(0).Cells("B1").Text = "test"
参照

Cells クラス
Cells メンバ
オーバーロード一覧

 

 


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