GrapeCity.Win.PluginInputMan アセンブリ > GrapeCity.Win.Spread.InputMan.CellType 名前空間 > GcDateTimeCellType クラス : AlternateText プロパティ |
'宣言
Public ReadOnly Property AlternateText As DateAlternateTextInfo
public DateAlternateTextInfo AlternateText {get;}
GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType datecell = new GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType(); datecell.AlternateText.DisplayNull.Text = "test"; fpSpread1.Sheets[0].Cells[0, 0].CellType = datecell;
Dim datecell As New GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType() datecell.AlternateText.DisplayNull.Text = "test" fpSpread1.Sheets(0).Cells(0, 0).CellType = datecell