GrapeCity SPREAD for WPF 2.0J
Item プロパティ (CellRange)

範囲内の指定した行と列を含む CellPosition を取得します。
構文
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As CellPosition
public CellPosition this[ 
   int row,
   int column
]; {get;}

パラメータ

row
column

プロパティ値

範囲内の指定した行と列を含む CellPosition
参照

CellRange クラス
CellRange メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.