SPREAD for WPF 4.0J - GcSpreadSheet
PaintContent メソッド (ImageCellType)

GrapeCity.Wpf.SpreadSheet.CellType アセンブリ > GrapeCity.Wpf.SpreadSheet.CellType 名前空間 > ImageCellType クラス : PaintContent メソッド
描画するコンテキスト。
描画するセルの行インデックス。
描画するセルの列インデックス。
セルの内容を描画します。
シンタックス
'宣言
 
Public Overrides Function PaintContent( _
   ByVal paintingContext As PaintingContext, _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal celldata As CellData _
) As System.Windows.UIElement
public override System.Windows.UIElement PaintContent( 
   PaintingContext paintingContext,
   System.int row,
   System.int column,
   CellData celldata
)

パラメータ

paintingContext
描画するコンテキスト。
row
描画するセルの行インデックス。
column
描画するセルの列インデックス。
celldata

戻り値の型

描画するセルの内容を表すSystem.Windows.UIElementオブジェクト。
参照

ImageCellType クラス
ImageCellType メンバ