PowerTools PlusPak for Windows Forms 8.0J
GetCellInfo メソッド

セル位置を指定する CellPosition 値。
指定したセル位置からセル情報を取得します。
構文
Public Function GetCellInfo( _
   ByVal cellPosition As CellPosition _
) As CellInfo
public CellInfo GetCellInfo( 
   CellPosition cellPosition
)

パラメータ

cellPosition
セル位置を指定する CellPosition 値。

戻り値の型

セル情報を表すオブジェクトを返します。指定したセル位置に該当するものが現在のコレクションに存在しない場合は、null を返します。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

CellInfoCollection クラス
CellInfoCollection メンバ

Send Feedback