GrapeCity.Win.PluginInputMan アセンブリ > GrapeCity.Win.Spread.InputMan.CellType 名前空間 > GcTextBoxCellType クラス : FormatString プロパティ |
'Declaration Public Property FormatString As String
'使用法 Dim instance As GcTextBoxCellType Dim value As String instance.FormatString = value value = instance.FormatString
public string FormatString {get; set;}
GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType inputcell = new GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType(); //Symbols inputcell.FormatString = "@"; fpSpread1.Sheets[0].Cells[0, 0].CellType = inputcell;
Dim inputcell As New GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType() 'Symbols inputcell.FormatString = "@" fpSpread1.Sheets[0].Cells[0, 0].CellType = inputcell