GrapeCity.Win.PluginInputMan アセンブリ > GrapeCity.Win.Spread.InputMan.CellType 名前空間 > GcDateTimeCellType クラス : PaintByControl プロパティ |
'Declaration Public Property PaintByControl As Boolean
'使用法 Dim instance As GcDateTimeCellType Dim value As Boolean instance.PaintByControl = value value = instance.PaintByControl
public bool PaintByControl {get; set;}
GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType datecell = new GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType(); datecell.PaintByControl = true; fpSpread1.Sheets[0].Cells[0, 0].CellType = datecell;
Dim datecell As New GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType() datecell.PaintByControl = True FpSpread1.Sheets(0).Cells(0, 0).CellType = datecell