GrapeCity SPREAD for WPF 2.0J
GetCellText メソッド

行インデックス。
列インデックス。
この GcSpreadGrid 上のセルの書式付きテキストを取得します。
構文
'Declaration
 
Public Function GetCellText( _
   ByVal rowIndex As Integer, _
   ByVal columnIndex As Integer _
) As String
public string GetCellText( 
   int rowIndex,
   int columnIndex
)

パラメータ

rowIndex
行インデックス。
columnIndex
列インデックス。

戻り値の型

セルのテキストを含む String 値。
例外
例外説明
System.ArgumentOutOfRangeException

指定された行インデックスが範囲外です。0から行の総数までの値を指定する必要があります。

指定された列インデックスが範囲外です。0から列の総数までの値を指定する必要があります。

参照

GcSpreadGrid クラス
GcSpreadGrid メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.