バージョン

GetCellProperty メソッド (WinGanttViewReplayServer)

グリッドの特定のセルについて指定されたプロパティの値を返します。
シンタックス
'宣言
 
Public Overridable Function GetCellProperty( _
   ByVal row As System.Object, _
   ByVal column As System.Object, _
   ByVal propertyName As System.String _
) As System.Object
public virtual System.object GetCellProperty( 
   System.object row,
   System.object column,
   System.string propertyName
)

パラメータ

row
使用されるセルの行パス。
column
使用されるセルの列キー。
propertyName
取得するプロパティの名前

戻り値の型

プロパティ値のオブジェクト表現。
プラットフォーム

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

参照