SPREAD for WPF 4.0J - GcSpreadSheet
PaintBackground メソッド (CellTypeBase)

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

パラメータ

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

戻り値の型

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

CellTypeBase クラス
CellTypeBase メンバ