GrapeCity.Win.PluginInputMan アセンブリ > GrapeCity.Win.Spread.InputMan.CellType 名前空間 > GcTextBoxCellType クラス : PasswordRevelationMode プロパティ |
'Declaration Public Property PasswordRevelationMode As PasswordRevelationMode
'使用法 Dim instance As GcTextBoxCellType Dim value As PasswordRevelationMode instance.PasswordRevelationMode = value value = instance.PasswordRevelationMode
public PasswordRevelationMode PasswordRevelationMode {get; set;}
GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType inputcell1 = new GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType(); inputcell1.PasswordChar = Convert.ToChar("A"); inputcell1.PasswordRevelationMode = GrapeCity.Win.Spread.InputMan.CellType.PasswordRevelationMode.ShowEyeButton; fpSpread1.Sheets[0].Cells[1, 1].CellType = inputcell1;
Dim inputcell1 As New GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType inputcell1.PasswordChar = Chr(65) inputcell1.PasswordRevelationMode = GrapeCity.Win.Spread.InputMan.CellType.PasswordRevelationMode.ShowEyeButton FpSpread1.Sheets(0).Cells(1, 1).CellType = inputcell1