GrapeCity SPREAD for WPF 2.0J
Item(Int32,String) プロパティ

位置の行インデックスを指定する int 値。
位置の列名を指定する string 値。
指定した位置にあるセルを取得します。
構文
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal row As Integer, _
   ByVal columnName As String _
) As Cell
public Cell Item( 
   int row,
   string columnName
) {get;}

パラメータ

row
位置の行インデックスを指定する int 値。
columnName
位置の列名を指定する string 値。

プロパティ値

指定した位置にある Cell
参照

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

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.