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