Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBoxCellType Class / LineSpace Property


In This Topic
    LineSpace Property (GcTextBoxCellType)
    In This Topic
    Gets or sets the line space between two adjacent lines.
    Syntax
    'Declaration
     
    
    Public Property LineSpace As Integer
    'Usage
     
    
    Dim instance As GcTextBoxCellType
    Dim value As Integer
     
    instance.LineSpace = value
     
    value = instance.LineSpace
    public int LineSpace {get; set;}

    Property Value

    The int value that indicates the line space between two adjacent lines.
    The default is 0.
    Exceptions
    ExceptionDescription
    If value less than zero, an ArgumentOutOfRangeException will be thrown.
    Remarks
    The LineSpace property indicates the spaces between text lines. This property only takes effect when the Multiline property is true.
    See Also