Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBox Class / ItemHeight Property


In This Topic
    ItemHeight Property (GcTextBox)
    In This Topic
    Gets the height of a line.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ItemHeight As Integer
    'Usage
     
    
    Dim instance As GcTextBox
    Dim value As Integer
     
    value = instance.ItemHeight
    public int ItemHeight {get;}

    Property Value

    An int value that indicates the height of a line.
    See Also