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

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

パラメータ

row
セルの行インデックス。
column
セルの列名。

プロパティ値

指定した行と列の Cell オブジェクト。
例外
例外説明
System.ArgumentOutOfRangeException指定された行インデックスが有効ではありません。ゼロから行の総数までの値を指定する必要があります。
System.ArgumentException指定された列名が列コレクションに存在しません。
参照

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

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.