SPREAD for WPF 3.0J - GcSpreadSheet
PaintBackground(PaintingContext,Int32,Int32,CellData,Boolean) メソッド

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

パラメータ

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

戻り値の型

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

UniversalCellType クラス
UniversalCellType メンバ
オーバーロード一覧