GrapeCity.Win.PluginInputMan アセンブリ > GrapeCity.Win.Spread.InputMan.CellType 名前空間 > GcComboBoxCellType クラス : DropDownMaxHeight プロパティ |
'Declaration
Public Property DropDownMaxHeight As Nullable(Of Integer)
'使用法
Dim instance As GcComboBoxCellType Dim value As Nullable(Of Integer) instance.DropDownMaxHeight = value value = instance.DropDownMaxHeight
public Nullable<int> DropDownMaxHeight {get; set;}